Closed
Bug 306434
Opened 19 years ago
Closed 19 years ago
Home page text field in Firefox's Preferences has a 2px/4px white border
Categories
(Firefox :: Settings UI, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 284808
People
(Reporter: marcoos, Assigned: vhaarr+bmo)
References
Details
Attachments
(2 files)
|
19.25 KB,
image/png
|
Details | |
|
818 bytes,
patch
|
Details | Diff | Splinter Review |
Under Linux, the homepage field in the General tab of the Preferences window has a 2px/4px white border around it, making that field look awkward and not obey the GTK theme. This is especially visible with GTK themes like Clearlooks (Gnome 2.10 default) and Gorilla. Thunderbird has a similar field in its Preferences, but there it looks as it should do. A screenshot comparing Firefox and Thunderbird (default Fx/Tb themes, Clearlooks theme in GTK) follows.
| Reporter | ||
Comment 1•19 years ago
|
||
Actually, the screenshot shows GTK's Gorilla theme, not Clearlooks, but the problem is the same.
| Reporter | ||
Updated•19 years ago
|
Component: OS Integration → Preferences
| Reporter | ||
Updated•19 years ago
|
QA Contact: os.integration → preferences
| Reporter | ||
Comment 3•19 years ago
|
||
This is caused by the following entry in
/browser/themes/winstripe/browser/preferences/preferences.css:
/* General Pane */
#browserStartupHomepage {
padding-top: 2px;
padding-bottom: 3px;
-moz-padding-start: 4px;
-moz-padding-end: 2px;
}
<http://lxr.mozilla.org/mozilla1.8/source/browser/themes/winstripe/browser/preferences/preferences.css#87>
I think it should be removed or made Windows-only (if it had a purpose under
Windows).| Reporter | ||
Comment 4•19 years ago
|
||
(In reply to comment #2) > a build id / useragent string would be usefull Any recent GTK 2 build of Firefox, both branch&trunk. Such as yesterday's mozilla.org en-US nightly build: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b4) Gecko/20050829 Firefox/1.0+
| Assignee | ||
Comment 5•19 years ago
|
||
This patch makes it look alright in GNOME. I have no idea how it will look on Windows or other platforms.
| Reporter | ||
Updated•19 years ago
|
Attachment #195687 -
Flags: approval1.8b5?
Comment 6•19 years ago
|
||
Comment on attachment 195687 [details] [diff] [review] makes it look alright in gnome, at least. Please do not request approval on patches prior to getting them revied.
Attachment #195687 -
Flags: review?(mconnor)
Comment 7•19 years ago
|
||
Comment on attachment 195687 [details] [diff] [review] makes it look alright in gnome, at least. Please do not request approval on patches prior to getting them revied.
Attachment #195687 -
Flags: approval1.8b5?
Updated•19 years ago
|
Attachment #195687 -
Flags: review?(mconnor)
Comment 8•19 years ago
|
||
*** This bug has been marked as a duplicate of 284808 ***
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•19 years ago
|
Attachment #195687 -
Flags: review?(mconnor)
You need to log in
before you can comment on or make changes to this bug.
Description
•