Closed
Bug 1285189
Opened 8 years ago
Closed 8 years ago
HTMLTooltip useXulWrapper should default to false
Categories
(DevTools :: Shared Components, defect, P1)
DevTools
Shared Components
Tracking
(firefox50 fixed)
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
(Whiteboard: [devtools-html])
Attachments
(1 file)
In bug 1267403, I implemented using a XUL panel wrapper for HTML Tooltips.
However after more testing yesterday I found two usability issues for which I don't have any easy fix for now. I will log separate bugs to track them, but in the meantime, I think they are severe enough to make the useXulWrapper option default to true.
Short summary of the issues:
- scroll events are disabled while the tooltip is opened and the mouse pointer is not on the tooltip
- mouseover and click events are not forwarded to devtools when the mouse pointer is on the filler space of the tooltip
Assignee | ||
Updated•8 years ago
|
Assignee | ||
Comment 1•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/62814/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/62814/
Attachment #8768728 -
Flags: review?(poirot.alex)
Assignee | ||
Comment 2•8 years ago
|
||
Assignee | ||
Comment 3•8 years ago
|
||
Added a reference to the two bugs focusing on the issues specific to using the xul panel wrapper, Bug 1285206 & Bug 1285261
Updated•8 years ago
|
Attachment #8768728 -
Flags: review?(poirot.alex) → review+
Comment 4•8 years ago
|
||
Comment on attachment 8768728 [details]
Bug 1285189 - change default value of HTMLTooltip:useXulWrapper to false;
https://reviewboard.mozilla.org/r/62814/#review59744
Updated•8 years ago
|
Iteration: --- → 50.3 - Jul 18
Priority: -- → P1
Whiteboard: [devtools-html] [triage] → [devtools-html]
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/fx-team/rev/6d33f8c374e8
change default value of HTMLTooltip:useXulWrapper to false;r=ochameau
Comment 6•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 50
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•