Closed
Bug 264052
Opened 20 years ago
Closed 20 years ago
This jsp web page doesn't display with firefox(0.10.1) and mozilla (1.7.3) but well with IE
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 244725
People
(Reporter: alain.verleyen, Unassigned)
References
()
Details
Attachments
(1 file)
|
180 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1 This is only an example some pages with jsp doesn't work correctly with firefox and mozilla. Mainly, this pages is used for login (bank, provides account...). This is a big problem to definitively abandon IE, and to make mozila products accessible to lambda users. Reproducible: Always Steps to Reproduce: 1. 2. 3. Actual Results: Nothing Expected Results: ;-)
Comment 1•20 years ago
|
||
The page is obviously invalid: A <DOCTYPE> followed by a <script> block, followed by a <![CDATA[ opening tag (which is never closed!) followed by an <html> tag containing the actual HTML. Firefox discards the <![CDATA[ and everything after it (not even visible in "View Source"). IE and Opera somehow cope.
To become number one Firefox must display all pages, the standard-invalids ones also.
Updated•20 years ago
|
Assignee: firefox → parser
Component: General → HTML: Parser
Product: Firefox → Browser
QA Contact: firefox.general
Version: unspecified → Trunk
Comment 3•20 years ago
|
||
The testcase will appear blank in Firefox, but will display on IE. To quote form bug 201579 comment #1 : "invalid or evangelism or dup of Bug 10512 ?"
Comment 4•20 years ago
|
||
(In reply to comment #2) > To become number one Firefox must display all pages, the standard-invalids ones > also. Um, no. We're doing what we're supposed to do with HTML inside a CDATA: ignore it. See bug 201579 comment 3. Besides, this entire thing is a duplicate. *** This bug has been marked as a duplicate of 244725 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•