Closed
Bug 350741
Opened 18 years ago
Closed 18 years ago
[Mac] Text in Remember Password Dialog is too close to the top-left corner
Categories
(Toolkit :: Preferences, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: teoli, Assigned: philor)
References
Details
(Keywords: polish)
Attachments
(2 files, 1 obsolete file)
51.42 KB,
image/png
|
Details | |
5.13 KB,
patch
|
asaf
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1b2) Gecko/20060830 BonEcho/2.0b2
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1b2) Gecko/20060830 BonEcho/2.0b2
The text "Password Manager has saved login information for the following sites" is too close to the top-left corner. That's unaesthetic.
Reproducible: Always
Steps to Reproduce:
1. BonEcho->Preferences->Security Tab
2. Click Show Passwords
3.
Actual Results:
The text is close to the top-left corner
Expected Results:
Space with the top-left corner should be greater.
Tested with the latest branch nightly; maybe related to the new theme.
Updated•18 years ago
|
Assignee | ||
Comment 1•18 years ago
|
||
That's actually a toolkit preference widget bug: Winstripe has /toolkit/themes/winstripe/global/preferences.css to set padding on any prefpane, but for some reason Pinstripe only has /(app)/themes/pinstripe/(app)/preferences.css, so while the prefs UI gets padding from there, a toolkit prefwindow doesn't get any.
Component: Password Manager → Preferences
Keywords: uiwanted
Product: Firefox → Toolkit
QA Contact: password.manager → preferences
Version: unspecified → Trunk
Assignee | ||
Comment 2•18 years ago
|
||
Appears to make the passwords dialog non-hideous, without regressing anything elsewhere (that I can see).
Assignee | ||
Comment 3•18 years ago
|
||
Assignee | ||
Comment 4•18 years ago
|
||
Comment on attachment 271403 [details] [diff] [review]
Fix v.1
Maybe this will remind me to actually attach the patch that removes the duplicate rules from browser/
Attachment #271403 -
Attachment is obsolete: true
Attachment #271403 -
Flags: review?(mano)
Assignee | ||
Comment 5•18 years ago
|
||
With the duplicates in browser/ removed (I'll fight with mail/ and its lack of a help button to fill up the bottom separately). Near as I can tell, the !important was bogus, or a workaround for something that's now gone; if not, maybe next time someone will have enough sense to add a comment saying what they are doing with it.
Attachment #272027 -
Flags: review?(mano)
Comment 6•18 years ago
|
||
Comment on attachment 272027 [details] [diff] [review]
Fix v.2
r=mano
Attachment #272027 -
Flags: review?(mano) → review+
Assignee | ||
Comment 7•18 years ago
|
||
browser/themes/pinstripe/browser/preferences/preferences.css 1.20
toolkit/themes/pinstripe/global/jar.mn 1.31
toolkit/themes/pinstripe/global/preferences.css 1.1
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•