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)
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.
Comment 1•23 years ago
|
||
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]
Comment 2•23 years ago
|
||
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
Comment 3•23 years ago
|
||
*** Bug 152024 has been marked as a duplicate of this bug. ***
Comment 4•23 years ago
|
||
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]
Comment 5•23 years ago
|
||
someone please contact them with the fix...
| Reporter | ||
Comment 6•23 years ago
|
||
I send a (german) message to the german Webmaster:
http://www.honda.de/contact/index.html
Comment 7•23 years ago
|
||
Both www.honda.de and www.honda.be seem to have been fixed now. Please resolve
this bug to FIXED.
| Reporter | ||
Comment 8•23 years ago
|
||
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
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
•