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

TimePicker only shows time when mouse hovers on Windows #5358

Closed
Dbquity opened this issue Mar 16, 2022 · 1 comment · Fixed by #5373
Closed

TimePicker only shows time when mouse hovers on Windows #5358

Dbquity opened this issue Mar 16, 2022 · 1 comment · Fixed by #5373
Labels
area-controls-datetimepicker DatePicker, TimePicker fixed-in-6.0.300-rc.1 Look for this fix in 6.0.300-rc.1! high It doesn't work at all, crashes or has a big impact. platform/windows 🪟 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working

Comments

@Dbquity
Copy link

Dbquity commented Mar 16, 2022

Description

I need to mouse over TimePicker to make it show the time on Windows:
https://user-images.githubusercontent.com/25459675/158703665-064f54a1-f44f-4211-be56-874685d8c53e.mp4
No issue observed on Android.

Steps to Reproduce

  1. Create a File > New MAUI App
  2. replace the Label in row 1 with a TimePicker:
<TimePicker 
    Grid.Row="1"
    HorizontalOptions="Center" />
  1. Run and observe that the time only shows when hovering

Version with bug

Preview 13 (current)

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

Windows 10

Did you find any workaround?

No

Relevant log output

No response

@Dbquity Dbquity added s/needs-verification Indicates that this issue needs initial verification before further triage will happen t/bug Something isn't working labels Mar 16, 2022
@XamlTest XamlTest added s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage labels Mar 17, 2022
@XamlTest
Copy link

Verified on Visual Studio Enterprise 2022 main 17.2.0 Preview 2.0 [32223.438.main]. Repro on Windows. Repro Project: 5358.zip

Android:
TimePicker2
Windows:
TimePicker1

@jsuarezruiz jsuarezruiz added the high It doesn't work at all, crashes or has a big impact. label Mar 17, 2022
@jfversluis jfversluis added platform/windows 🪟 area-controls-datetimepicker DatePicker, TimePicker and removed s/needs-verification Indicates that this issue needs initial verification before further triage will happen labels Mar 17, 2022
@ghost ghost added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Mar 17, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Apr 16, 2022
@samhouts samhouts added the fixed-in-6.0.300-rc.1 Look for this fix in 6.0.300-rc.1! label Feb 17, 2023
@Eilon Eilon removed the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label May 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-datetimepicker DatePicker, TimePicker fixed-in-6.0.300-rc.1 Look for this fix in 6.0.300-rc.1! high It doesn't work at all, crashes or has a big impact. platform/windows 🪟 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

Successfully merging a pull request may close this issue.

6 participants