Closed
Bug 150287
Opened 23 years ago
Closed 21 years ago
scrollable window not handled properly
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: gnelson, Unassigned)
References
()
Details
Go to BOATS FOR SALE
then go to ADVANCED SEARCH
I get the contents of a scrollable selection window splattered over the top of
the page. This page works fine on Netscape 4.7x and 6.2.2.
This is my first time using Mozilla and I hope we can fix this incompatibility.
Thanks
Gary
![]() |
||
Comment 1•23 years ago
|
||
Old URL: http://www.yachtworld.com/
New URL: http://www.yachtworld.com/listing/uk/yw_advanced_search_form.jsp
The page has the following doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/transitional.dtd">
Then a bit down the page it has the following code:
<!-- ----------------- End of YW Header ----------------------- -->
Breaking this down to show the starts and ends of comments ("[" denotes the
start of a comment, right after the "--", "]" denotes the end, right before the
"--"):
<!--[ ]----[]----[]----[]----[- End of YW Header
]----[]----[]----[]----[]----[]--- --[>
So the comment is not terminated, since the ">" is commented out. As a result,
a bunch of markup gets commented out on that page.
NS6 has a bug in its parser that causes it to show the page in quirks mode
instead of standards mode. Which is why the page works in NS6.
NS4 just has a buggy comment parser. Which is why the page works in NS4.
To evangelism. The page should either not claim a standards-compliant doctype
or fix its comments.
Assignee: Matti → momoi
Status: UNCONFIRMED → NEW
Component: Browser-General → English: Non-US
Ever confirmed: true
OS: Windows 2000 → All
Product: Browser → Tech Evangelism
QA Contact: imajes-qa → jeesun
Hardware: PC → All
Version: other → unspecified
Comment 2•23 years ago
|
||
*** Bug 152295 has been marked as a duplicate of this bug. ***
Comment 3•22 years ago
|
||
*** Bug 165746 has been marked as a duplicate of this bug. ***
Comment 4•22 years ago
|
||
Mass reassigning English-Other bugs to general default assignees.
Assignee: momoi → english-other
QA Contact: jeesun → english-other
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
•