Closed Bug 216679 Opened 22 years ago Closed 22 years ago

mercedes-benz.fr - None opening DIV

Categories

(Tech Evangelism Graveyard :: French, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: u62062, Unassigned)

References

()

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1 When clicking on the button, a menu should open Reproducible: Always Steps to Reproduce: 1. Go to the URL 2. Click on "Tous nos sites" (Top) Actual Results: Nothing happended Expected Results: A menu should be displayed
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5b) Gecko/20030819 I don´t see the link I should click on, there are only three images, with links, and the link 'Une marque DaimlerChrysler' at the left. Looking at the source, I saw a link before the <html> tag. <a name="Ancre_haut"></a> There also seems to be a typo in the javascript, visbility? or visibility? if (document.layers) document.layers[kel].visibility="show"; else if (document.all) document.all[kel].style.visibility="visible"; else document.getElementById(kel).style.visbility="visible";
Found it, had to click on one of the images to get to the page where 'tous nos sites' is: http://www.mercedes-benz.fr/framesite_default.asp?site=VP If I hover over this link, I see in the status line: javascript:showM('listbox'); That is exactly the function I was writing about in my first comment: IE uses document.all & visibility NS4 uses document.layers & visibility Moz uses document.getElementByID & visbility, so there is the typo. function showM(kel){ //alert(document.getElementById(kel).style.visbility); if (etat) hideM(kel); else{ etat=1; if (document.layers) document.layers[kel].visibility="show"; else if (document.all) document.all[kel].style.visibility="visible"; else document.getElementById(kel).style.visbility="visible"; }
-> TE
Assignee: other → french
Status: UNCONFIRMED → NEW
Component: Layout → French
Ever confirmed: true
OS: Windows 2000 → All
Product: Browser → Tech Evangelism
QA Contact: ian → french
Version: Trunk → unspecified
BTW, the same typo exists in the 'hideM' function.
wfm FF 20040213 Win2k -> Fixed
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Summary: None opening DIV → mercedes-benz.fr - None opening DIV
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.