Skip to content

[v3-3-test] Fix datetime pickers unusable on Firefox and Safari (#71627) - #71788

Merged
pierrejeambrun merged 1 commit into
v3-3-testfrom
backport-9ef2b27-v3-3-test
Aug 19, 2026
Merged

[v3-3-test] Fix datetime pickers unusable on Firefox and Safari (#71627)#71788
pierrejeambrun merged 1 commit into
v3-3-testfrom
backport-9ef2b27-v3-3-test

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Native datetime-local inputs report no value until both a date and a time
are entered, and Firefox and Safari do not auto-fill the time when a date is
picked from their calendar. Picking a date without a time therefore left the
field empty, which disabled the backfill form (and every other datetime
field). Rebuild the picker on text date and time inputs — the same building
blocks the date-range filter already uses — so a date-only entry defaults the
time and produces a usable value consistently across browsers.
(cherry picked from commit 9ef2b27)

Co-authored-by: Pierre Jeambrun pierrejbrun@gmail.com

Native `datetime-local` inputs report no value until both a date and a time
are entered, and Firefox and Safari do not auto-fill the time when a date is
picked from their calendar. Picking a date without a time therefore left the
field empty, which disabled the backfill form (and every other datetime
field). Rebuild the picker on text date and time inputs — the same building
blocks the date-range filter already uses — so a date-only entry defaults the
time and produces a usable value consistently across browsers.
(cherry picked from commit 9ef2b27)

Co-authored-by: Pierre Jeambrun <pierrejbrun@gmail.com>
@pierrejeambrun
pierrejeambrun merged commit bae89e4 into v3-3-test Aug 19, 2026
185 of 195 checks passed
@pierrejeambrun
pierrejeambrun deleted the backport-9ef2b27-v3-3-test branch August 19, 2026 14:36
@github-actions github-actions Bot added this to the Airflow 3.3.2 milestone Aug 19, 2026
@github-actions

Copy link
Copy Markdown
Contributor Author

Hi maintainer, this PR was merged without a milestone set.
We've automatically set the milestone to Airflow 3.3.2 based on: bug fix merged to version branch
If this milestone is not correct, please update it to the appropriate milestone.

This comment was generated by Milestone Tag Assistant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:translations area:UI Related to UI/UX. For Frontend Developers. translation:default

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants