Closed Bug 139028 Opened 23 years ago Closed 23 years ago

honda.de - let not scroll through the motorcycles

Categories

(Tech Evangelism Graveyard :: German, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: d.schroeter, Assigned: tristan)

References

()

Details

(Whiteboard: [eurocontest][PROPRIETARY-JS][havefix][havecontact])

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020418 I can just see three and a half motorcycle. Normaly there should a scrollline appeare.
Confirmed 2002041903/WinXP Proprietary JS: Error: document.layers has no properties Source File: http://www.ce.philips.com/global/b2c/ce/index.jhtml Line: 162
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: evang500
Summary: www.honda.de let not scroll through the motorcycles → honda.de - let not scroll through the motorcycles
Whiteboard: [eurocontest][PROPRIETARY-JS]
The QA Contact for Europe: West has changed to brantgurganus2001@cherokeescouting.org. If there is a reason for you to stay as the QA Contact, feel free to change back.
QA Contact: caillon → brantgurganus2001
*** Bug 152024 has been marked as a duplicate of this bug. ***
from the dupe: I have a fix. they are defining this css rule : #scrollboxContent { POSITION: absolute; TOP: 0px; LEFT: 0px; HEIGHT: 92px; visibility: hidden; z-Index: 1002; } position should be relative, not absolute. then, another css rule : #scrollboxContainer { POSITION: absolute; TOP: 322px; LEFT: 310px; WIDTH: 567px; HEIGHT: 0px; visibility: hidden; z-Index: 1000; } visibility should be visible, not hidden. then, later, in the script part, there is this line : this.contentWidth = n4? this.el.document.width : (ie) ? this.el.offsetWidth : 520; that should be replaced with : this.contentWidth = n4? this.el.document.width : (ie||w3c) ? this.el.offsetWidth : 520; Brant : are you sure this js error is related to this bug ? :) contact from the dupe : http://www.honda.be/fl/contact/index.html
Whiteboard: [eurocontest][PROPRIETARY-JS] → [eurocontest][PROPRIETARY-JS][havefix][havecontact]
someone please contact them with the fix...
I send a (german) message to the german Webmaster: http://www.honda.de/contact/index.html
Both www.honda.de and www.honda.be seem to have been fixed now. Please resolve this bug to FIXED.
yes wfm with Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021017. Be carefull, the url above isn't correct. Take the following for the german site: http://www.honda.de/mc/14999_96.htm
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
v
Status: RESOLVED → VERIFIED
move...
Component: Europe: West → German
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.