Closed
Bug 383834
Opened 18 years ago
Closed 18 years ago
Link titles are not shown for webpages displayed in sidebar
Categories
(Firefox :: Extension Compatibility, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 259199
People
(Reporter: nickrice, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
I'm using an simple extension which adds a sidebar and loads a webpage in the sidebar. The webpage has several links which have a title attribute, but none of the titles are displayed in the sidebar, when you hover over the link. The link titles are displayed fine if the webpage is viewed in the main window.
Eg: <a href="http://...." title="This is your help text">[some text]</a>
In the above example, the title text "This is your help text" is not displayed when you hover over the link.
Reproducible: Always
Steps to Reproduce:
1. Open any webpage with link titles in the sidebar
2. Hover over any of the links with a title
3. See if the title is displayed
Actual Results:
The link titles are not displayed, if the webpage is viewed in the sidebar.
Expected Results:
The link titles should be displayed, regardless of whether the webpage is viewed in the sidebar or the browser main window.
Updated•18 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•