Closed Bug 113353 Opened 23 years ago Closed 23 years ago

DOM Inspector's <toolbar> needs "class"

Categories

(Other Applications :: DOM Inspector, defect)

PowerPC
macOS
defect
Not set
minor

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mozilla, Assigned: hewitt)

Details

Please put  class="chromeclass-toolbar"  on the DOM Inspector's <toolbar> so that 
on Mac OS X the Inspector window's toolbar widget can hide/show it.  Here's a 
trivial diff:


Index: mozilla/extensions/inspector/resources/content/inspector.xul
===================================================================
RCS file: /cvsroot/mozilla/extensions/inspector/resources/content/inspector.xul,v
retrieving revision 1.5
diff -w -u -2 -r1.5 inspector.xul
--- mozilla/extensions/inspector/resources/content/inspector.xul	15 Nov 2001 
04:08:58 -0000	1.5
+++ mozilla/extensions/inspector/resources/content/inspector.xul	4 Dec 2001 
00:27:08 -0000
@@ -44,5 +44,5 @@
   <toolbox id="tbxInsToolbox">
     <menubar id="mbrInspectorMain"/>
-    <toolbar id="tbInspectorPrimary"/>
+    <toolbar class="chromeclass-toolbar" id="tbInspectorPrimary"/>
   </toolbox>
fixed
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Blocks: 127339
No longer blocks: 127339
Product: Core → Other Applications
QA Contact: timeless → dom-inspector
You need to log in before you can comment on or make changes to this bug.