Closed
Bug 265732
Opened 20 years ago
Closed 14 years ago
renault.se - not all of page visible
Categories
(Tech Evangelism Graveyard :: Other, defect)
Tech Evangelism Graveyard
Other
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: jante_nord, Unassigned)
References
()
Details
(Whiteboard: [document.all])
User-Agent: Mozilla/5.0 (Windows; U; Win98; rv:1.7.3) Gecko/20040913 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Win98; rv:1.7.3) Gecko/20040913 Firefox/0.10.1 the page in the given URL is supposed to display a price of a chosen pruduct. in firefox it does not. Reproducible: Always Steps to Reproduce: 1. goto http://www.renault.se/web-org/personbilar/bygg/bygg_din_pbil.asp?select1=16 2. in the menues at the right, choose a car, for instance laguna touring 1.6 16V trend 3. See that no price appears in the blue area as it does in IE Actual Results: no price is shown Expected Results: price is shown
Comment 1•20 years ago
|
||
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a5) Gecko/20041022 JS console is showing a lot of errors, first one: Error: Error in parsing value for property 'visibility'. Declaration dropped. Source File: http://www.renault.se/web-org/personbilar/bygg/bygg_din_pbil.asp?select1=16 Line: 343 .hierMenuSpanOff { visibility: hide; another one showing the link to the css file used: Error: Unknown property 'filter'. Declaration dropped. Source File: http://www.renault.se/web-org/css/renault_ns.css Line: 30 .menu {position: absolute; visibility: hidden; filter: alpha(opacity=80); z-index:10;}
Comment 2•20 years ago
|
||
All the <select> onChange functions, test, test2, test3 etc are on the form: if (document.all) ... else if (document.layers) ... Neither of those two branches will be taken by Mozilla/Firefox. (if I remove the test for "document.all" it seems to work fine though) -> TE
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: qawanted
OS: Windows 98 → All
Hardware: PC → All
Summary: not all of page visible → renault.se - not all of page visible
Whiteboard: [document.all]
Updated•20 years ago
|
Component: Browser-General → Other
Product: Browser → Tech Evangelism
Version: Trunk → unspecified
Updated•20 years ago
|
Assignee: general → other
QA Contact: general → other
Comment 3•20 years ago
|
||
Contact: Christoffer Eklund, christoffer@tewonder.se
Comment 4•14 years ago
|
||
INCOMPLETE due to lack of activity since the end of 2009. If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself. Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
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
•