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 Crashes with Scaled Screen Resolution #219

Open
ArickGouwerok opened this issue Dec 5, 2023 · 1 comment
Open

DatePicker Crashes with Scaled Screen Resolution #219

ArickGouwerok opened this issue Dec 5, 2023 · 1 comment

Comments

@ArickGouwerok
Copy link

One of my colleagues encountered an issue where an application I built would become unresponsive when clicking on a dmc.DatePicker object. We tracked the issue to Windows display settings - when the display scaling settings are set to 125% or 150%, clicking the DatePicker causes the application to crash. When the scaling setting is set to 100% the DatePicker works fine and there are no issues with the application.

I can reproduce this issue using dash-mantine-components documentation page: https://www.dash-mantine-components.com/components/datepicker. When I move the browser window to my laptop display scaled at 150%, clicking on the DatePicker object causes the page to become unresponsive. Changing the display settings back to 100% and reloading the page resolves the issue.

@ArickGouwerok
Copy link
Author

This may be the same issue identified in this thread: https://community.plotly.com/t/dash-mantine-datepicker/75251

As a workaround, setting dropdownPosition='bottom-start' seems to help (this is from the comments in the above thread).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant