Open
Bug 1536822
Opened 6 years ago
Updated 3 years ago
Determine if deferred event handling can be simplified
Categories
(Firefox :: Address Bar, task, P3)
Firefox
Address Bar
Tracking
()
NEW
People
(Reporter: standard8, Unassigned)
References
Details
Currently we have a comment in UrlbarEventBufferrer::deferEvent which states:
// TODO: once one-off buttons are implemented, figure out if the following
// is true for the quantum bar as well: somehow event.defaultPrevented ends
// up true for deferred events. Autocomplete ignores defaultPrevented
// events, which means it would ignore replayed deferred events if we didn't
// tell it to bypass defaultPrevented through urlbarDeferred.
We should see if we can resolve that once we've removed the legacy address bar code.
Updated•6 years ago
|
Blocks: 1551227
No longer depends on: quantumbar
Updated•6 years ago
|
Points: --- → 1
Updated•6 years ago
|
Type: enhancement → task
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•