Closed
Bug 401197
Opened 18 years ago
Closed 18 years ago
tooltip is not displayed
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 274626
People
(Reporter: amoghkutumbe, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Build Identifier: Linux ES4
I have noticed that when any web component is disabled then tooltip is not visible on firefox.But it is visible on IE
for eg
<input type="button" disabled="true" title="button" value="abc"/>
when the button is enabled then tooltip is visible but when the above tag is inserted in the web page then firefox doesnot show tooltip.I think it is because no event gets fired when button is disabled.Is there any official documentation that can be referred for "why tolltip is not displayed when button is disabled"
Reproducible: Always
Steps to Reproduce:
1.Open firefox browser
2.Paste the above given tag on html page
3.view the tooltip
Actual Results:
tooltip is not displayed
Expected Results:
tooltip should be displayed
Updated•18 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
I tried with the title putting in span but still it is not working in the firefox.Is there any official documentation saying that for disabled components tooltip is not displayed in firefox.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 3•18 years ago
|
||
Bug 274626 comment 4 says that wrapping the element in a span doesn't work either.
Comment 4•18 years ago
|
||
This is definitely a dupe of bug 274626. Please do not revert the resolution of this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → DUPLICATE
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•