Closed
Bug 503268
Opened 16 years ago
Closed 16 years ago
Title attribute doesn't work at all
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: nn, Unassigned)
Details
Attachments
(1 file)
|
1.46 KB,
image/gif
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.1) Gecko/20090624 Firefox/3.5 GTB5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.1) Gecko/20090624 Firefox/3.5 GTB5
In the previous versions of FF and any other browser I know, moving the mose over an element containing title attribute would show up simple tooltip with the text provided in the attribute.
After upgrading FF to version 3.5, the tooltips are not displayed at all. Instead of text in the tooltip I can see only small white box with black border, that's all.
The simple example is provided below.I should see aaaa in the tooltip, but only small white box with black border is displayed.
Brgs
Norbert
<HTML>
<HEAD>
</HEAD>
<BODY>
<a href="#" title="aaaa">aaaaaaaaaa</a>
</BODY>
</HTML>
Reproducible: Always
Steps to Reproduce:
Create simple document containing title attribute, and move your mouse over the link with that attribute
<HTML>
<HEAD>
</HEAD>
<BODY>
<a href="#" title="aaaa">aaaaaaaaaa</a>
</BODY>
</HTML>
Actual Results:
shows small white box with black border
Expected Results:
should show aaaa in the tooltip
Problems appeared after upgrade to FF 3.5, I have never noticed such bug before.
Comment 2•16 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.1pre) Gecko/20090706 Shiretoko/3.5.1pre
This works fine for me. Please try safe-mode to exclude extension problems:
http://support.mozilla.com/en-US/kb/Safe+Mode
Or a new profile:
http://support.mozilla.com/en-US/kb/Basic+Troubleshooting#Make_a_new_profile
If the problem persists, try reinstalling Firefox in a different folder.
Thank you for so prompt reply.
Indeed it was Google Toolbar for Firefox v. 5.0.20090122Wb2 causing this problem.
I should have checked the extensions myself before opening a BUG, I will be smarter next time.
Thanks
Brgs
Norbert
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•