Closed
Bug 235190
Opened 21 years ago
Closed 21 years ago
Cookie privacy icon changes height of status bar (classic theme)
Categories
(Core :: Networking: Cookies, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bugs4hj, Assigned: darin.moz)
References
Details
Attachments
(2 files)
21.00 KB,
image/jpeg
|
Details | |
2.38 KB,
patch
|
neil
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
The height of the status changes as soon as the privacy icon is displayed.
Steps to reproduce:
1) accepts cookies based on privacy settings
2) visit cnn.com
Current result: see attached screenshot
Proposed changes:
http://lxr.mozilla.org/seamonkey/source/themes/classic/navigator/navigator.css#344
http://lxr.mozilla.org/seamonkey/source/themes/modern/navigator/navigator.css
+#privacy-button {
+ list-style-image: url("chrome://communicator/skin/cookie/taskbar-cookie.gif");
+ padding-right: 2px;
+}
http://lxr.mozilla.org/seamonkey/source/extensions/cookie/resources/content/cookieTasksOverlay.xul#117
- oncommand="viewP3PDialog()"
tooltiptext="&cookieIcon.label;">
+ oncommand="viewP3PDialog()"
tooltiptext="&cookieIcon.label;"/>
- <toolbarbutton class="taskbutton" id="mini-cookie"
+
image="chrome://communicator/skin/cookie/taskbar-cookie.gif"/>
Comment 4•21 years ago
|
||
Comment 5•21 years ago
|
||
Attachment #142080 -
Flags: superreview?(darin)
Attachment #142080 -
Flags: review+
Thanks Neil. I am still far away from home and we're moving another 3500 miles
next Friday, so still no CVS access for another X weeks.
Assignee | ||
Updated•21 years ago
|
Attachment #142080 -
Flags: superreview?(darin) → superreview+
Comment 7•21 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 8•21 years ago
|
||
*** Bug 228566 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•