Closed
Bug 299906
Opened 19 years ago
Closed 18 years ago
exalead.fr - No vertical scrollbar because site specifies "overflow-y:hidden"
Categories
(Tech Evangelism Graveyard :: French, defect)
Tech Evangelism Graveyard
French
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: RyanVM, Unassigned)
References
()
Details
I've noticed with trunk builds lately that a few sites have no vertical scrollbars when they should. Along with the URL above, here's another URL: http://beta.exalead.com/search/C=0/?2p=Technology According to reporter data, I'm not the first person to notice this: http://reporter.mozilla.org/app/query/?host_hostname=ccollomb.free.fr&submit_query=true I've confirmed with today's 1.0.5 nightly that this bug does not exist in the Aviary branch. It's unique to the trunk. Moreso, the Javascript Console for the Aviary build is completely clean, while the trunk has the following error: "Error: Error in parsing value for property 'float'. Declaration dropped. Source File: http://ccollomb.free.fr/unlocker/ Line: 129" I've confirmed the bug exists whether ads are blocked or not. On older trunk builds (like, September 2004), there's no scrollbar, but the site still scrolls OK. Between the 10-08-2004 and 10-09-2004 nightlies, scrolling on the site breaks completely.
| Reporter | ||
Comment 1•19 years ago
|
||
Nominating to block 1.1 since this is a regression from the Aviary branch.
Flags: blocking-aviary1.1?
Keywords: regression
Comment 2•19 years ago
|
||
http://beta.exalead.com/search/C=0/?2p=Technology That page has overflow-y:hidden on the <body>. When I remove that, the page displays just fine. So this started happening when Mozilla started to support the overflow-y property. The same is the case with http://ccollomb.free.fr/unlocker/ , there the overflow-y:hidden property is set on the <html> element. So these sites should adjust their css.
Comment 3•19 years ago
|
||
This is what that CSS is supposed to do... they need to fix that.
Status: NEW → RESOLVED
Closed: 19 years ago
Flags: blocking-aviary1.1? → blocking-aviary1.1-
Resolution: --- → INVALID
Updated•18 years ago
|
Status: RESOLVED → REOPENED
Component: General → French
Flags: blocking-aviary1.5-
Product: Firefox → Tech Evangelism
Resolution: INVALID → ---
Version: Trunk → unspecified
Updated•18 years ago
|
Assignee: nobody → french
Status: REOPENED → NEW
OS: Windows XP → All
QA Contact: general → french
Hardware: PC → All
Updated•18 years ago
|
Keywords: regression
Summary: No vertical scrollbar on a site which should have one → exalead.fr - No vertical scrollbar because site specifies "overflow-y:hidden"
Comment 6•18 years ago
|
||
I got feedback from exalead, they have a new version of their site in the works that will be released soon and which is fully compatible with FF2, marking as Fixed.
Status: NEW → RESOLVED
Closed: 19 years ago → 18 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•