Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Slider] MAUI Slider thumb image is big on android #13258

Open
Strypper opened this issue Feb 10, 2023 · 4 comments
Open

[Slider] MAUI Slider thumb image is big on android #13258

Strypper opened this issue Feb 10, 2023 · 4 comments
Labels
area-controls-slider Slider platform/android 🤖 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@Strypper
Copy link

Description

The thumb control on the slider is too big on Android (right)
When it should be like Windows on the left
image

Steps to Reproduce

<Slider MinimumTrackColor="#6e50db" ThumbImageSource="dotnet_bot.png" />

Link to public reproduction project repository

https://github.com/Strypper/mauisland

Version with bug

7.0 (current)

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 11

Did you find any workaround?

No

Relevant log output

None
@Strypper Strypper added the t/bug Something isn't working label Feb 10, 2023
@drasticactions
Copy link
Contributor

There's no scaling for images within that control, so depending on the platform defaults it happens to be "small" or "large". If you set that with an Image where you set the size yourself down to the required value, it will work.

See #11984, which is a similar quirk.

@ghost ghost added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Feb 13, 2023
@jsuarezruiz jsuarezruiz added this to the Backlog milestone Feb 13, 2023
@ghost
Copy link

ghost commented Feb 13, 2023

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@jinxinjuan jinxinjuan added s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage labels Jun 9, 2023
@jinxinjuan
Copy link

Verified this issue with Visual Studio Enterprise 17.7.0 Preview 1.0. Can repro on Android platform with sample project. mauisland

@Eilon Eilon removed the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label May 10, 2024
@Detilisi
Copy link

Is this issue fixed yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-slider Slider platform/android 🤖 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants