Closed
Bug 574023
Opened 15 years ago
Closed 15 years ago
HUDService.jsm sets bogus class names on toolbarbuttons
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 4.0b1
People
(Reporter: dao, Assigned: Gavin)
References
Details
Here:
http://mxr.mozilla.org/mozilla-central/source/toolkit/components/console/hudservice/HUDService.jsm#1982
btn.setAttribute("class", "toolbarbutton-text toolbarbutton-1 bookmark-item hud-filter-btn");
toolbarbutton-text and bookmark-item are definitely wrong. toolbarbutton-1 seems inappropriate as well, as I think it's intended for toolbarbuttons in the primary toolbars.
Comment 2•15 years ago
|
||
you guys are awesome, thx!
Assignee | ||
Comment 3•15 years ago
|
||
Assignee: nobody → gavin.sharp
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.7a6
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•