Closed
Bug 305738
Opened 19 years ago
Closed 19 years ago
no scrollbar visible on http://ccollomb.free.fr/unlocker/
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mailbox, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050823 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050823 Firefox/1.0+ on http://ccollomb.free.fr/unlocker/, there is no scrollbar visible on the right side. With Opera or IE, the scrollbar is visible. I'm using newest firefox branch 1.0+ 20050823 RMO11248816239518 Reproducible: Always
Comment 1•19 years ago
|
||
I can confirm it, but I don't know if it is related, I have this error in JS Console : Error: Error in parsing value for property 'float'. Declaration dropped. Source File: http://ccollomb.free.fr/unlocker/ Line: 129 Line 129 is contained in this rule : .cedrick form { float: middle; border: 0; vertical-align: middle; } And float:middle is line 129. Using Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20050824 Firefox/1.6a1 It works in Safari 412.2.2 the one from Tiger 10.4.2
Comment 2•19 years ago
|
||
The page has the following style rule:
HTML
{
OVERFLOW-Y: hidden;
OVERFLOW-X: auto;
}
Which I think means it shouldn't display a vertical scrollbar.Component: General → Layout
OS: Windows XP → All
Product: Firefox → Core
Hardware: PC → All
Version: unspecified → 1.8 Branch
Comment 3•19 years ago
|
||
It also has overflow-y: auto on the body which I guess they are intending should make hte body scrollable. But they have fixed the body height to 100% which will be the window height. I know that IE will ignore something like that and expand the element accordingly. Firefox won't.
Comment 4•19 years ago
|
||
This (lack of scrollbar) appeared on the Firefox trunk somewhere between 2004-09-01 and 2004-09-15, most likely due to fixing Bug 72747 on 2004-09-04. I wonder how many sites there are out there which assume only IE implements overflow-y, and therefore rely on other IE quircks to get the scrollbar anyway.
Comment 5•19 years ago
|
||
So this is a website trying to work from bad html.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•