Open
Bug 136482
Opened 23 years ago
Updated 2 years ago
tooltip label does not work
Categories
(Core :: XUL, defect)
Tracking
()
NEW
People
(Reporter: brant, Unassigned)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.9+)
Gecko/20020408
BuildID: 2002040803
According to http://www.mozilla.org/projects/xul/tests/buttons.xul, there should
be a tooltip over the first tooltip button. This does not occur.
Reproducible: Always
Steps to Reproduce:
1. Load http://www.mozilla.org/projects/xul/tests/buttons.xul.
2. Hover the cursor over the first tooltip button.
Actual Results: No tooltip appears.
Expected Results: Tooltip appears.
The second tooltip button using the tooltip shorthand works, but the tooltip
moves instantaneously as the cursor is moved from hovering over the button.
Reporter | ||
Comment 1•23 years ago
|
||
filed in wrong component
Component: HTML Form Controls → XP Toolkit/Widgets: XUL
<hbox pack="start" align="center">
<description>
This button has a tooltip attached to it. Roll over it to see the tooltip.
</description>
<button label="Tooltip Button">
<tooltip>
<label value="I am a tooltip"/>
</tooltip>
</button>
</hbox>
doesn't work, for some reason.
Comment 4•23 years ago
|
||
Confirming for Win98SE, Build 20020410(03)
Reporter | ||
Comment 5•23 years ago
|
||
Changed OS since this happens on Win 98 as well.
OS: Windows XP → All
![]() |
||
Comment 6•23 years ago
|
||
Note from bug 145921
----------
works with tooltip="_child"
----------
Reporter | ||
Comment 7•22 years ago
|
||
making summary more specific
Summary: tooltip does not work → tooltip label does not work
Reporter | ||
Comment 8•22 years ago
|
||
adding hyatt to CC since he maintains buttons.xul.
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.xul → xptoolkit.widgets
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•