Closed
Bug 141311
Opened 23 years ago
Closed 21 years ago
annees-laser.com - incompatible rendering, menus stuck fully expanded
Categories
(Tech Evangelism Graveyard :: French, defect, P4)
Tech Evangelism Graveyard
French
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: vinsci, Unassigned)
References
()
Details
(Whiteboard: [proprietary-js])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0+)
Gecko/20020430
BuildID: 2002043010
incompatible rendering of layers
Also see http://www.enestam.fi/ and compare Mozilla with Internet Explorer,
especially behaviour when scrolling the page. On IE, the top left menu will move
down to the new scroll position, while neither of Netscape or Mozilla does it.
Perhaps a "standards" problem - fix to the de facto standard?
Reproducible: Always
Steps to Reproduce:
1. Load given URL
Comment 1•23 years ago
|
||
Yes, this is a standards problem -- the fact that IE does not support
position:fixed, which is the standard way of doing this. So the page uses a JS
hack.
NS = (document.layers) ? 1 : 0;
IE = (document.all) ? 1: 0;
Both of those are false in Mozilla. Then that page that anything that's not
"NS" or "IE" can't handle their js (which is not true).
So this page is simply blocking out browsers (possibly unwittingly). Over to
evangelism.
Assignee: attinasi → nitot
Status: UNCONFIRMED → NEW
Component: Layout → Europe: West
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: petersen → caillon
Version: other → unspecified
Contact address is webmaster@annees-laser.com
Error: document.all has no properties
Source File: http://www.annees-laser.com/
Line: 74
OS: Windows XP → All
Priority: -- → P4
Hardware: PC → All
Summary: incompatible rendering of layers → annees-laser.com - incompatible rendering, menus stuck fully expanded
Whiteboard: [proprietary-js]
Comment 4•22 years ago
|
||
-> french default owner
Assignee: nitot → french
QA Contact: z-caillon-obsolete2 → french
Comment 5•21 years ago
|
||
wfm FF 20040213 Win2k
-> Fixed
Status: NEW → RESOLVED
Closed: 21 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
•