Closed
Bug 1597844
Opened 6 years ago
Closed 6 years ago
<input type="date"> (and form control validation tooltips) open at top left (should be bound to textbox) and doesn't close if date entered directly
Categories
(Toolkit :: UI Widgets, defect, P2)
Tracking
()
VERIFIED
FIXED
mozilla72
| Tracking | Status | |
|---|---|---|
| firefox-esr68 | --- | unaffected |
| firefox70 | --- | unaffected |
| firefox71 | --- | unaffected |
| firefox72 | + | verified |
People
(Reporter: aryx, Assigned: ntim)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Regressed by bug 1576946 (= only affects Firefox 72)
<input type="date"> opens at top left (should be bound to textbox) and doesn't close if date entered directly
- Go to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date
- Click onto the date picker on the right.
Actual result:
Datepicker opened at top left.
Expected result:
Datepicker opens adjacent to input box.
- Click outside the textbox.
Actual result:
Datepicker doesn't close.
Expected result:
Datepicker closes.
- Press Esc to close the datepicker
Flags: needinfo?(ntim.bugs)
Comment 1•6 years ago
|
||
[Tracking Requested - why for this release]: Busted form controls are no good.
tracking-firefox72:
--- → ?
Priority: -- → P2
| Assignee | ||
Comment 2•6 years ago
|
||
I found where the issue was, patch incoming.
Assignee: nobody → ntim.bugs
Flags: needinfo?(ntim.bugs)
| Assignee | ||
Comment 3•6 years ago
|
||
Updated•6 years ago
|
Summary: <input type="date"> opens at top left (should be bound to textbox) and doesn't close if date entered directly → <input type="date"> (and form control validation tooltips) open at top left (should be bound to textbox) and doesn't close if date entered directly
Pushed by ntim.bugs@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/30248fce0f93
Fix positioning of form validation and date/time input popups. r=mconley
Comment 6•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
Component: Layout → XUL Widgets
Product: Core → Toolkit
Updated•5 years ago
|
Flags: qe-verify+
Comment 7•5 years ago
|
||
Confirmed issue with 72.0a1 (2019-11-19) on Windows 10.
Verified fix with 72.0b5 on Windows 10, Ubuntu 19.04, macOS 10.15
Status: RESOLVED → VERIFIED
Flags: qe-verify+
OS: Unspecified → All
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•