Closed
Bug 1489612
Opened 6 years ago
Closed 6 years ago
XUL tooltips don't work on in browser.xhtml
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: bdahl, Assigned: bdahl)
References
Details
Attachments
(1 file)
From bug 1486716
(Brian Grinstead [:bgrins]
> Thanks for filing. I've noticed another problem with tooltips with XUL
> elements in HTML documents when fixing tests for browser.xhtml:
>
> 1) mk_add_options 'export MOZ_BROWSER_XHTML=1'
> 2) `./mach run` then hover over a tab title, or back button, or whatever
>
> A small tooltip bubble pops up, but no text is inside of it. Do you think
> that's the same root cause as this bug or something different?
Assignee | ||
Comment 1•6 years ago
|
||
A XUL element within an HTML document should still follow the normal code
path for finding the tooltip element instead of always using the default
tooltip.
MozReview-Commit-ID: IBAmk1m4Zp0
Comment 2•6 years ago
|
||
Comment on attachment 9007327 [details]
Bug 1489612 - Fix XUL tooltips in HTML documents. r=smaug
Olli Pettay [:smaug] has approved the revision.
Attachment #9007327 -
Flags: review+
Pushed by bdahl@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b4028ac4b1a5
Fix XUL tooltips in HTML documents. r=smaug
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
Updated•6 years ago
|
Component: General → XUL
Product: Firefox → Core
Target Milestone: Firefox 64 → mozilla64
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•