Closed
Bug 297055
Opened 20 years ago
Closed 19 years ago
vertical scroll bar is not visible on overflow: scroll; if not enought space for it
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 292284
People
(Reporter: brunner.adam, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 As w3.org's CSS Specification says on page http://www.w3.org/TR/CSS21/visufx.html#overflow: scroll This value indicates that the content is clipped and that if the user agent uses a scrolling mechanism that is visible on the screen (such as a scroll bar or a panner), that mechanism should be displayed for a box whether or not any of its content is clipped. This avoids any problem with scrollbars appearing and disappearing in a dynamic environment. When this value is specified and the target medium is 'print', overflowing content may be printed. But no vertical scroll bar is visible, only horizontal! Reproducible: Always Steps to Reproduce: 1. make a div element with an ID 2. put some content into it 3. create a style for the ID, and add rules height about 40px, and overflow: scroll; Actual Results: No vertical scroll bar is visible. Expected Results: Vertical scroll bar should be visible, like CSS Specification say. Maybe the scroll buttons should be transformed to smaller, like IE does.
| Reporter | ||
Comment 1•20 years ago
|
||
On height of the div from 1-47 pixel on a default windows theme will the vertical scroll bar invisible.
Comment 2•20 years ago
|
||
Please attach a testcase showing this issue: https://bugzilla.mozilla.org/attachment.cgi?bugid=297055&action=enter
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → 1.0 Branch
Comment 3•20 years ago
|
||
I think this is basically bug 292284 (which should have become a duplicate of bug 184998, sorry José, didn't see that one).
Comment 4•19 years ago
|
||
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/
Comment 5•19 years ago
|
||
*** This bug has been marked as a duplicate of 292284 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
No longer depends on: 292284
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•