-
Notifications
You must be signed in to change notification settings - Fork 51
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
Date picker - Mobile - Not interactive when scrolling + resizing bug #1107
Comments
@0hra Strange. I can reproduce the issue. It is inconsistent, though. |
@0hra thanks for reporting! Ok this is a dark one... Get this - if the address bar is shown at full size, then the Scroll lock works fine like this----------------------Scroll lock doesn't work at all like this |
@joshhanley Ouch. That's an annoying one. |
@jeffchown yep! Can you confirm that the same happens for you? |
Yup. Same behaviour here, @joshhanley |
@jeffchown thanks for confirming! |
I can also reproduce this issue. When using wire:model.live=range, the experience on mobile also breaks because the modal has a "select range button" to confirm the range (only on mobile) so if using a DateRange object (null, null) get's passed in leading to a 500 error.
|
@colinmac17 were you meant to add a screenshot to your message or something? If not, can you? ![]() |
@joshhanley yes sorry! Screencast of error happening: https://share.cleanshot.com/xSgXbZB6 log:
|
@colinmac17 thanks! |
@colinmac17 actually your issue looks different to this one, as you are getting a 500 error, where as this issue is a safari scroll problem. Can you open a new issue and share a Volt component that demonstrates the issue? |
@joshhanley sure thing! |
Flux version
v2.0.0
Livewire version
v3.5.19
Tailwind version
v4.0
What is the problem?
iOS + Safari
When scrolling on mobile the dialog is not interactive.
Also a weird resizing bug occurs sometimes.
See attached video.
date.picker.4.mov
Code snippets
<flux:date-picker />
How do you expect it to work?
I expect it to be interactive and that no weird resizing occurs when scrolling.
Please confirm (incomplete submissions will not be addressed)
The text was updated successfully, but these errors were encountered: