xibosignage / xibo

Xibo Digital Signage
https://xibosignage.com
GNU Affero General Public License v3.0
553 stars 163 forks source link

Schedule add/edit - Cannot manually input time in Firefox #2587

Open PeterMis opened 3 years ago

PeterMis commented 3 years ago

This seems to be Firefox only issue, there are no problems in Chrome or Edge.

After selecting the date in dateTime picker the hours input is not focused automatically and you can't focus any of the time inputs to adjust them manually - only the default increments via up/down arrows work.

It does not seem to throw any specific errors about it in console.

maurofmferrao commented 3 years ago

The problem seems to be with Flatpickr not being able to handle time pickers in bootstrap modals: https://github.com/flatpickr/flatpickr/issues/2502

dasgarner commented 2 years ago

Still needs fixing upstream.

dasgarner commented 1 year ago

There have been several releases in Flatpickr since reporting the bug. It might be worth checking against to see if a library uprgade would fix this issue.

maurofmferrao commented 3 weeks ago

Issue isn't still fixed with the latest version of flatpickr ( v4.6.13 ). It only works for larger screens like 4K. I've updated the issue on their repository: https://github.com/flatpickr/flatpickr/issues/2502