Open
Bug 424911
Opened 17 years ago
Updated 3 years ago
scrollbars on prefpane cause rendering artifacts on buttons
Categories
(Core :: Layout, defect)
Tracking
()
NEW
People
(Reporter: mcdavis941.bugs, Unassigned)
Details
Attachments
(1 file)
2.49 KB,
text/html
|
Details |
Here's a little strangeness I ran into with the Options window. If you trigger scrollbars on a prefpane, then any buttons within the prefpane get rendered strangely. If you're pushing it (mea culpa) then menulists get whacked too.
Not sure whether to call this a bug or not, since it only occurs in cases outside the normal use of Firefox. Still, it doesn't seem right.
I've only seen this with Fx3, but maybe it would happen with Fx2 if I made it overflow too.
I first ran into this with my theme because I adjust the height of the Options window and so had to look at scrollbars for some of the taller panes.
To make this happen with the default theme:
1. Edit the default theme.
2. Add the following code to the end of browser/skin/preferences/preferences.css.
3. Repackage and restart.
prefwindow#BrowserPreferences {
height: 30.5em !important;
}
prefwindow:not([type="child"]) prefpane {
border: 2px solid black;
}
prefpane {
overflow:auto;
}
See attachment for screenshots.
Reporter | ||
Comment 1•17 years ago
|
||
Using:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5pre) Gecko/2008032405 Minefield/3.0b5pre
![]() |
||
Comment 2•17 years ago
|
||
I'm moving this to Core->Layout to give this greater visibility. Do you have a regression range or has this always been the case?
Component: Preferences → Layout
Product: Firefox → Core
QA Contact: preferences → layout
![]() |
||
Comment 3•17 years ago
|
||
Also does this also happen on Linux and OSX?
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•