Closed Bug 27967 Opened 25 years ago Closed 25 years ago

Win32 M13 Fixed Block Problem

Categories

(Core :: CSS Parsing and Computation, defect, P3)

x86
Windows 98
defect

Tracking

()

VERIFIED DUPLICATE of bug 4209

People

(Reporter: james_keller, Assigned: pierre)

Details

Observe the following HTML Snip.  When I try this, the fixed block does appear, 
but it contains garbage graphics.

<HTML>
<HEAD>
<TITLE>Win32 M13 Fixed Block Problem</TITLE>
</HEAD>
<STYLE>
#TableOfContents {
  display: block;
  position: fixed;
  width: 11em;
}
</STYLE>
<BODY>

<DIV ID="TableOfContents">
<UL>
<LI>pretend
<LI>this is
<LI>a real
<LI>table of
<li>contents
</UL>
</DIV>

<P>Some Text that is really long just so you can see that there is text
<P>Some Text that is really long just so you can see that there is text
<P>Some Text that is really long just so you can see that there is text
<P>Some Text that is really long just so you can see that there is text
<P>Some Text that is really long just so you can see that there is text
<P>Some Text that is really long just so you can see that there is text

</BODY>
</HTML>
This looks like a duplicate of bug 4209, although I think there's another bug on
it somewhere.

It's not Style System, anyway.
QA Contact: chrisd → petersen
Assigning to Waqar: 1/3 of Pierre's NEW bugs to help reduce his doomage factor
Assignee: pierre → waqar
Reassigned back to me these bugs that shouldn't have left my list.
Assignee: waqar → pierre
dbaron must have bugzilla in a brain implant: it's indeed a dup of bug 4209.
I'm going to copy over there an improved version of the testcase found here.


*** This bug has been marked as a duplicate of 4209 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Marking verified dup of 4209.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.