Closed
Bug 168534
Opened 23 years ago
Closed 15 years ago
hondamotorcycles.com Image of motorcycle is misplaced for CBR600F4i
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: dzahn, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0.1) Gecko/20020826 MultiZilla/v1.1.22
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0.1) Gecko/20020826 MultiZilla/v1.1.22
As in the summary. The motorcycle image is in the wrong position. I tried the
same URL on IE and it worked fine.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•23 years ago
|
||
That iframe is absolutely positioned at top:0, left:0.... so it should be
rendering exactly where it's rendering. The page then repositions it in JS, but
the JS looks like this:
if (IE) {
reposition;
} else if (NS4) {
reposition;
}
Since Mozilla is neither IE nor NS4...
Assignee: pavlov → aruner
Status: UNCONFIRMED → NEW
Component: Image: Layout → US Ecommerce
Ever confirmed: true
OS: Windows 98 → All
Product: Browser → Tech Evangelism
QA Contact: tpreston → bclary
Hardware: PC → All
Version: other → unspecified
Updated•23 years ago
|
Summary: www.hondamotorcycles.com Image of motorcycle is misplaced for CBR600F4i → hondamotorcycles.com Image of motorcycle is misplaced for CBR600F4i
I'm using Mozilla 1.2 and this page and even the root page
http://www.hondamotorcycles.com/
looks completely blank to me.
The source to
http://www.hondamotorcycles.com/motorcycles/sport/model.asp?ModelName=CBR600F4i&ModelYear=2002&ModelId=CBR600F42
shows a complete misunderstanding of the ``title'' and ``noscript'' tags.
http://www.w3.org/TR/REC-html40/interact/scripts.html#h-18.3
The ``title'' tag needs to be between the <head></head> tags,
and it probably shouldn't be empty.
It doesn't help to wrap a ``onLoad'' statement inside <noscript></noscript>
tags, that statement is still not going to be executed.
It would be really helpful if the body of the page
included links to other pages of the website.
Page
http://www.hondamotorcycles.com/motorcycles/
is even worse -- mozilla gets redirected to
http://www.hondamotorcycles.com/redirect_browser.asp?url=http%3A%2F%2Fwww%2Ehondamotorcycles%2Ecom%2Fmotorcycles%2Findex%2Easp%3F
which just spins around and around. (I seem to remember Mozilla giving me a
``redirection limit reached'' warning on a different page a few months ago. I
can't tell if the reason this page spins indefinitely is because the site is
somehow avoiding tripping the ``redirection limit'' code, or if my current
Mozilla 1.2 is a regression, not having the ``redirection limit'' feature of
that older version of Mozilla).
Comment 3•23 years ago
|
||
tech evang june 2003 reorg
Assignee: aruner → english-us
Component: US Ecommerce → English US
QA Contact: bc → english-us
Comment 4•15 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: 15 years ago
Resolution: --- → INCOMPLETE
Updated•11 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
•