- Issue created by @fxa
- Status changed to Postponed: needs info
10 months ago 9:08pm 30 January 2024 - 🇺🇸United States jrockowitz Brooklyn, NY
Can you please include a screen of the datapicker?
Are you using jQuery UI or a native browser date picker?
- Status changed to Active
10 months ago 6:17pm 31 January 2024 - First commit to issue fork.
- Status changed to Needs review
9 months ago 1:14pm 19 February 2024 - last update
9 months ago 536 pass - 🇮🇳India Shaikh Sadab
I was able to reproduce the issue. I have found a workaround for this issue. Please find the attached patch for the same.
- Assigned to dishakatariya
- Issue was unassigned.
- 🇮🇳India dishakatariya
Hi, I have tested this issue. and its showing the same results.Followed the same steps as given above
Steps to reproduce
Take the date picker from the example "Style guide"In a browser on a windows device
1. Click on the date field... the date picker pops up.
2. Click on the right scrollbar of the window... the date picker disappears.
3. Click again in the date field... the date picker does not popup again.You must first click on another field and then on the date field to popup the date picker again.
Attaching the recording below: - Status changed to Closed: won't fix
8 months ago 4:03pm 4 April 2024 - 🇺🇸United States jrockowitz Brooklyn, NY
I am able to replicate this issue using the webform_jqueryui_datepicker_test.module.
The issue is that scrolling does not remove focus from the date picker.
@see https://bugs.jqueryui.com/ticket/8593/This issue is coming from the Datepicker widget and should be fixed upstream or you can use the patch AS-IS.