Closed Bug 1220 Opened 26 years ago Closed 26 years ago

Page Lays Out Wrong

Categories

(Core :: Layout: Tables, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: troy, Assigned: rickg)

References

()

Details

The page,
http://register.microsoft.com/regwiz/wiz438.asp?CRF=Y&FU=/isapi/gomscom.asp?targ
et=/misc/inv_thankyou.htm&CU=/isapi/gomscom.asp?target=/misc/inv_howuhelp.htm,
displays incorrectly in NGLayout. There's a large rectangular area of white
space that isn't white space when viewed with Communicator
Status: NEW → ASSIGNED
Assignee: buster → rickg
Status: ASSIGNED → NEW
There is a table bug on this page which I will fix having to do with table cell
height.  But the primary bug on this page is a parser bug where a <script>
causes a <table> to close prematurely.  I've assigned the bug to Rick and added
a minimized test case in this description along with a comment around the
offending tag.

================== test case =================
<HTML><BODY>

<TABLE CELLPADDING=0 CELLSPACING=0 WIDTH=602 BORDER=1>
<TR>
	<TD COLSPAN="2" ROWSPAN=2 VALIGN=TOP BGCOLOR="#FFFFFF">
	<IMG
src="http://register.microsoft.com/library/images/gifs/regwiz/wiz438sidebar.gif"
ALT="" BORDER=0>
	</TD>
</TR>

<!-- RICK: this is a parser problem Remove the script tag and the content
doesn't get ejected from the table. -->
<SCRIPT LANGUAGE=javascript>
<!--
	function handleTrigger()
	{
		if (event.ctrlKey == true && event.shiftKey == true)
			document.all("E").value = "1";
	}
	document.onclick = handleTrigger;
//-->
</SCRIPT>

<TR>
	<TD COLSPAN=6 HEIGHT="45" ALIGN=RIGHT>xxx</TD>
</TR>

</TABLE>
</BODY></HTML>
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
holding verification pending comments....
which bug is supposed to be fixed here the table bug or the parser bug? Is there
another bug number for the table bug? The page *does not* layout correctly (form
fields are positioned wrong)so I need to know/figure out if that's a new bug or
a leftover from the table problem.
adding myself to cc
Status: RESOLVED → VERIFIED
QA Contact: 4130
verified with Seamonkey build 99028. There are questions about the layout that have become, along with the above testcase,
part of bug #2273
You need to log in before you can comment on or make changes to this bug.