Closed
Bug 797976
Opened 13 years ago
Closed 13 years ago
labels with class="text-link" in popups open in a new window rather than a new tab
Categories
(Toolkit :: UI Widgets, defect)
Toolkit
UI Widgets
Tracking
()
RESOLVED
DUPLICATE
of bug 263433
People
(Reporter: keeler, Assigned: keeler)
References
Details
Consider toolkit/mozapps/extensions/content/extensions.xml:765:
> <xul:label anonid="warning-link" class="text-link"/>
When this is clicked, a new tab opens (given that "open new windows in a new tab instead" is set).
Compare this to browser/base/content/urlbarBindings.xml:1438:
> <xul:label xbl:inherits="href=updateLink" value="&checkForUpdates;" class="text-link"/>
When this is clicked (this is for thew new blocklisted click-to-play plugin popup notification UI - see bug 793338), a new window opens (regardless of the pref).
The difference, it seems, is that in toolkit/content/widgets/text.xml:354, window is a Window in the first case and a ChromeWindow in the second.
Updated•13 years ago
|
Assignee: nobody → dkeeler
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•