Closed Bug 244815 Opened 20 years ago Closed 19 years ago

Content scrollbars don't display if redefined in userContent.css

Categories

(SeaMonkey :: General, defect)

x86
Windows 98
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED EXPIRED

People

(Reporter: sailfish, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a2) Gecko/20040524
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a2) Gecko/20040524

Its my understanding that non-native scrollbar elements (say, Modern
theme) for chrome and content are styled at different times. Thus, the
following userChrome.css override should not affect the content scrollbars:

scrollbarbutton {
  -moz-appearance: none !important;
  background: green !important;
  border: none !important;
}

Strangely, while it doesn't make the content scrollbarbuttons green, it
doesn't display the button images, either. The same is true for other
scrollbar elements like, thumb, gripper, etc. Even the wormhole element,
scrollcorner, seems to be likewise affected.

Interestingly, this problem doesn't exhibit itself with either the seamonkey 1.6
release or Firebird 0.8 milestone but does in the nightlies of both seamonkey
and Firefox. Also, if the above override is then added to userContent.css, both
the chrom and content scrollbarbuttons display green, as expected.

Reproducible: Always
Steps to Reproduce:
1. Ensure that Modern theme and a recent 1.8 nightly are being used.

2. Create a scrollbar element override within userChrome.css, such as:

scrollbarbutton {
  -moz-appearance: none !important;
  background: green !important;
  border: none !important;
}

2. Do NOT create a similar override in userContent.css

3. Start browser and display a web page that creates scrollbars (reduce browser
if needed.)

Actual Results:  
The chrome (e.g., on sidebar panel) scrollbarbuttons display as green but the
content page scrollbarbuttons (while not displaying green, don't display the
buttons, either.

Expected Results:  
The chrome scrollbarbuttons should be green and the content scrollbarbuttons
should be the standard Modern theme buttons.
Summary: Content scrollbars don't display if redefined in userChrome.css → Content scrollbars don't display if redefined in userContent.css
Product: Browser → Seamonkey
This is an automated message, with ID "auto-resolve01".

This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.

While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.

If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.

The latest beta releases can be obtained from:
Firefox:     http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey:   http://www.mozilla.org/projects/seamonkey/
This bug has been automatically resolved after a period of inactivity (see above
comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
You need to log in before you can comment on or make changes to this bug.