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

DatePicker Text hide while hovering in Windows #23843

Closed
MohanrajSF3559 opened this issue Jul 26, 2024 · 5 comments
Closed

DatePicker Text hide while hovering in Windows #23843

MohanrajSF3559 opened this issue Jul 26, 2024 · 5 comments
Labels
area-controls-datetimepicker DatePicker, TimePicker platform/windows 🪟 s/needs-info Issue needs more info from the author s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working

Comments

@MohanrajSF3559
Copy link

MohanrajSF3559 commented Jul 26, 2024

Description

When using a Date Picker in a .NET MAUI application on the Windows platform, the text and icon become hidden while hovering over the Date Picker. This behavior disrupts the user experience, as users cannot see the date text or the calendar icon when they move their cursor over the control.

Steps to Reproduce

Step:

  1. Run the application on a Windows platform.
  2. Hover the cursor over the Date Picker control.
  3. As you can see the issue like below video.

Link to public reproduction project repository

DataPickerFrameWorkIssue.zip

Version with bug

8.0.70 SR7

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

Windows

Did you find any workaround?

NA

Relevant log output

2024-07-26.10-31-45.mp4
@MohanrajSF3559 MohanrajSF3559 added the t/bug Something isn't working label Jul 26, 2024
Copy link
Contributor

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@Zhanglirong-Winnie Zhanglirong-Winnie added s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Jul 26, 2024
@Zhanglirong-Winnie
Copy link

This issue has been verified using Visual Studio 17.11.0 Preview 5.0(8.0.70 & 8.0.61). Can repro on Windows platform.

@MitchBomcanhao
Copy link

    <Grid BackgroundColor="Black" WidthRequest="200" HeightRequest="50">
        <DatePicker x:Name="datePicker" TextColor="White" />
    </Grid>

you put a black background on a different control underneath the DatePicker, and you manually changed the text color on the picker to be white.
Looks like you wanted to use the control in dark mode, so maybe use that instead?

@jsuarezruiz jsuarezruiz added the s/needs-info Issue needs more info from the author label Oct 15, 2024
@dotnet-policy-service dotnet-policy-service bot added the s/no-recent-activity Issue has had no recent activity label Oct 21, 2024
@MohanrajSF3559
Copy link
Author

I tried this work around not working, Can you please reopen again.

@dotnet-policy-service dotnet-policy-service bot removed the s/no-recent-activity Issue has had no recent activity label Oct 25, 2024
@MohanrajSF3559
Copy link
Author

The above rendering is fine. But if I try to hover on DatePicker, the text is hide.

@github-actions github-actions bot locked and limited conversation to collaborators Nov 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-datetimepicker DatePicker, TimePicker platform/windows 🪟 s/needs-info Issue needs more info from the author 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

5 participants