Closed
Bug 1718140
Opened 4 years ago
Closed 2 months ago
Remove setCapture uses in datetime pickers
Categories
(Core :: DOM: Core & HTML, task, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: saschanaz, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fixed by bug 1676068 and bug 1802201])
No description provided.
| Reporter | ||
Updated•4 years ago
|
Summary: Remove setCapture uses within Gecko → Remove setCapture uses in datetime pickers
| Reporter | ||
Comment 1•4 years ago
|
||
Replacing mousedown to pointerdown in datepicker.js somehow changes .preventDefault() behavior and causes focus change. I'm not sure why it happens, still investigating...
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P2
| Reporter | ||
Comment 2•4 years ago
|
||
I'm not working on this now, please feel free to take it.
Assignee: krosylight → nobody
Priority: P2 → P3
Comment 3•2 months ago
|
||
setCapture() has been replaced in bug 1676068 (datepicker.js) and bug 1802201 (TimePicker.js).
You need to log in
before you can comment on or make changes to this bug.
Description
•