Closed
Bug 1268188
Opened 9 years ago
Closed 7 years ago
Firebug theme - Does not use firebug theme icons in debugging-controls
Categories
(DevTools Graveyard :: Canvas Debugger, defect, P3)
DevTools Graveyard
Canvas Debugger
Tracking
(firefox48 affected, firefox49 affected, firefox50 affected)
RESOLVED
WONTFIX
People
(Reporter: magicp.jp, Unassigned)
References
Details
Attachments
(1 file)
|
13.88 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0
Build ID: 20160427030215
Steps to reproduce:
1. Start Nightly
2. Go to "http://helloracer.com/webgl/"
3. Open DevTools > Canvas with Firebug theme
4. Click "Reload" button
5. Click canvas-debugging-empty-notice-button
Actual results:
Does not use firebug theme icons in debugging-controls
Expected results:
Use firebug theme icons. (Don't use invert filter)
Current firebug-theme.css has a typo.
[chrome://devtools/skin/firebug-theme.css line:25]
- .theme-firebug #debugger-controls .toolbarbutton-icon,
+ .theme-firebug #debugging-controls .toolbarbutton-icon,
Has STR: --- → yes
status-firefox48:
--- → affected
status-firefox49:
--- → affected
Component: Untriaged → Developer Tools: Canvas Debugger
OS: Unspecified → All
Hardware: Unspecified → All
Updated•9 years ago
|
Blocks: improve-fb-theme
Comment 1•9 years ago
|
||
(In reply to magicp from comment #0)
> [chrome://devtools/skin/firebug-theme.css line:25]
> - .theme-firebug #debugger-controls .toolbarbutton-icon,
> + .theme-firebug #debugging-controls .toolbarbutton-icon,
It's not actually a typo, this line is for the Debugger.
(In reply to Tim Nguyen :ntim from comment #1)
> It's not actually a typo, this line is for the Debugger.
You are correct.
[chrome://devtools/skin/firebug-theme.css line:25-26]
.theme-firebug #debugger-controls .toolbarbutton-icon,
+ .theme-firebug #debugging-controls .toolbarbutton-icon,
status-firefox50:
--- → affected
Updated•7 years ago
|
Priority: -- → P3
Comment 3•7 years ago
|
||
The Firebug theme was removed in Bug 1378108, so I am marking this report as WONTFIX.
Honza
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•