Closed
Bug 1597170
Opened 5 years ago
Closed 5 years ago
Clean up pointer-events handling in arrow panels
Categories
(Toolkit :: XUL Widgets, task)
Toolkit
XUL Widgets
Tracking
()
RESOLVED
INVALID
People
(Reporter: ntim, Unassigned)
References
Details
Bug 973217 and bug 979587 added this in order to avoid accidentally clicking the top item in the bookmarks panel when it's transitioning.
However, pointer-events
is an animatable property, so it can be set to transition from pointer-events: none;
to pointer-events: unset;
.
See: https://searchfox.org/mozilla-central/search?q=disablepointerevents&case=false®exp=false&path=
Updated•5 years ago
|
Priority: -- → P3
Reporter | ||
Updated•5 years ago
|
Component: Bookmarks & History → XUL Widgets
Product: Firefox → Toolkit
Summary: Clean up pointer-events: none handling in MozPlacesPopupArrow → Clean up pointer-events handling in arrow panels
Comment 1•5 years ago
|
||
The product::component has been changed since the backlog priority was decided, so we're resetting it.
For more information, please visit auto_nag documentation.
Priority: P3 → --
Reporter | ||
Comment 2•5 years ago
|
||
I realize this is not possible.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•