Closed
Bug 639455
Opened 15 years ago
Closed 14 years ago
Reference to communicator skin from inspector skin
Categories
(Other Applications :: DOM Inspector, defect)
Other Applications
DOM Inspector
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: neil, Assigned: javirid)
References
()
Details
(Keywords: regression)
Attachments
(1 file, 2 obsolete files)
2.71 KB,
patch
|
crussell
:
review+
|
Details | Diff | Splinter Review |
Both classic and modern Inspector themes reference a single image from communicator. KaiRo recently renamed this image in the Classic theme, thus breaking Inspector even more (given that it was already broken for other apps).
Options:
1. Do away with the image entirely. (Personally I don't like this.)
2. Don't theme the image in Inspector; make SeaMonkey do it.
3. Copy a suitable image into Inspector. (For Modern this would presumably be
the existing image, but I don't know what to say for Classic.)
Assignee | ||
Comment 1•14 years ago
|
||
Can't we reference to the new image name?
Also, what is the image name that was changed?
Reporter | ||
Comment 2•14 years ago
|
||
I have created the URL to search for communicator resources in inspector skin.
Referencing the new image name will still only work in SeaMonkey...
Assignee | ||
Comment 3•14 years ago
|
||
Replacing the name with the new file one works, as expected, in Seamonkey. In Firefox there is no "Modern theme" menu item, but installing "Past Modern Revisited" by Lootyhoof from the Theme Repository works as well.
In the Classic (default) theme it will not work, though.
Assignee | ||
Comment 4•14 years ago
|
||
On SeaMonkey I've got it working by referencing the navigator theme in the inspectorWindow.css file, removing the reference to the graphic file and changing the class of the <image> in the toolboxOverlay.xul file to point to #page-proxy-button so SeaMonkey theme it.
Probably this is not the best class, so I am going to check for the other ones in navigator.css.
All this changes doesn't work in Firefox, though, as Neil noted.
Assignee: nobody → leofigueres
Assignee | ||
Comment 5•14 years ago
|
||
This shows the bookmark item icon defined in every skin for SeaMonkey and Firefox.
Inspector main window now uses the corresponding skin.
Attachment #612670 -
Flags: review?(neil)
Reporter | ||
Comment 6•14 years ago
|
||
Comment on attachment 612670 [details] [diff] [review]
patch
Well, that's certainly an interesting approach, but I can't decide whether I like it, so I'm going to have to defer to Colby on this I'm afraid.
>- <image id="imgURLBarIcon"/>
>-
>+ <image class="bookmark-item"/>
Nit: your editor changed 8 spaces to a tab, which is wrong.
I think we should keep the id, in case there are third-party themes using it.
Attachment #612670 -
Flags: review?(neil) → review?(Sevenspade)
Assignee | ||
Comment 7•14 years ago
|
||
Corrected patch with tab replaced by spaces (sorry about that) and keeping the id while adding the class.
Attachment #612670 -
Attachment is obsolete: true
Attachment #612670 -
Flags: review?(Sevenspade)
Attachment #612972 -
Flags: review?(Sevenspade)
Assignee | ||
Comment 8•14 years ago
|
||
Ups.
Attachment #612972 -
Attachment is obsolete: true
Attachment #612972 -
Flags: review?(Sevenspade)
Attachment #612973 -
Flags: review?(Sevenspade)
Comment 9•14 years ago
|
||
Comment on attachment 612973 [details] [diff] [review]
corrected patch
Review of attachment 612973 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for the patch.
Attachment #612973 -
Flags: review?(Sevenspade) → review+
Comment 10•14 years ago
|
||
Assignee | ||
Comment 11•14 years ago
|
||
You welcome, Colby.
You need to log in
before you can comment on or make changes to this bug.
Description
•