Closed
Bug 129932
Opened 23 years ago
Closed 22 years ago
centre frame will not display
Categories
(Tech Evangelism Graveyard :: Czech, defect)
Tech Evangelism Graveyard
Czech
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: alpha, Assigned: pali)
References
()
Details
(Keywords: testcase)
Attachments
(3 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:0.9.8) Gecko/20020205
BuildID: 2002020516
The centre descriptive frame will not display.
The centre is just black. There should be text and graphics.
It does on NS 6.2 and IE 5.1.
Reproducible: Always
Steps to Reproduce:
1. enter URL http://www.replaybank.com
2. watch
3.
Actual Results: Center has black blank page.
Expected Results: Dispalyed text and graphics. Use IE 5.1 or NS 6.2 to observe
results.
OS 10.1
Comment 1•23 years ago
|
||
Same on 2002030908/Win2K -> changing OS and Plat.
BTW frame with missing column has many HTML4.0 problems in its code.
Problem is caused by HTML comments in source file. There are several comments
with bad syntax:
<!--
---------------------------------------------------------------------------------------------------------->
But problem persist with IMHO better syntax:
<!--
--------------------------------------------------------------------------------------------------------
-->
When this type of comments was removed, page was displayed correctly.
-> Parser?
OS: MacOS X → All
Hardware: Macintosh → All
Comment 2•23 years ago
|
||
There's an hidden frame which loads http://www.progamers.cz/replaybank, if you
load this site, you'll notice we're in strict standards compliance mode.
The quirk/strict behaviour changed after NS6.2, hence site works with NS6.2.
Mixing strict doctype and bad comments style -> troubles, see:
http://mozilla-evangelism.bclary.com/fep/#doctype
Propose to move to Tech Evangelism.
Comment 3•23 years ago
|
||
Comment 4•23 years ago
|
||
Mmm... might be a parser problem after all, any SGML specialist here ?
I made a testcase with correct comment style and second line disappears if
there're '--------------' within the comment, second line reappears if I remove
one '-' from this testcase.
Keywords: testcase
Comment 5•23 years ago
|
||
Weird behaviour, if I remove one dash '-' from testcase or add one, Mozilla
displays all text again (!).
Comment 6•23 years ago
|
||
This is an error in the page, not the parser. SGML comments start with -- and
end with --. Reassigning for evangelism.
As an example, attachment 73450 [details]:
<!-- -------------- -->
<p>this text should be displayed</p>
</body>
</html>
is parsed as (with my comments within []):
<![start SGML processing instruction]--[start comment] --[end comment]--[start
comment]--[end comment]--[start comment]--[end comment]--[start comment]--[end
comment] --[start comment]>
<p>this text should be displayed</p>
</body>
</html>
[end of input so end comment and end SGML processing instruction]
Assignee: attinasi → piskozub
Component: Layout → Europe: Central
Product: Browser → Tech Evangelism
QA Contact: petersen → pali
Version: other → unspecified
Assignee | ||
Updated•23 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Assignee | ||
Comment 8•22 years ago
|
||
WFM. can you verify?
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Comment 9•22 years ago
|
||
This has been fixed by fix for bug 132785 but it's being discussed whether it's
a good decision or not.
wfm using build 2002041603 (trunk) on Win2k however.
Comment 10•22 years ago
|
||
The center frame is OK but I cannot see the right frame. Is this a separate problem?
Comment 11•22 years ago
|
||
Notice there's an orange stripe missing, probably because of comments (see the
");//-> )
Comment 12•22 years ago
|
||
On a second check, everything worked (except the right orange belt). I do not
think the orange thing makes an evangelism issue. Verifying.
Status: RESOLVED → VERIFIED
Updated•9 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
•