Closed
Bug 172457
Opened 23 years ago
Closed 18 years ago
{inc} IMG ALT text causes text overlap after reload in next float right PRE
Categories
(Core :: Layout: Floats, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: marc, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
507 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.0.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.0.1) Gecko/20020826
Here is the most simplified source I achevied:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd">
<p><img src="truc.png-" alt="machin"></p>
<h1 style="clear:both">K&R C</h1>
<pre style="float:right; margin-top:0">
#include <stdio.h>tgasdgsdgsdgfsdfgsdgsdfgsdfgsfd
</pre>
<p>La première date qui nous concerne directement est 1978 lorsqueLa première
date qui nous
</p>
Note that:
- The ALT text must be displayed (no picture)
- The IMG must be in <p></p>
- The Hn must be present and should not be a P
- The problem appears after the first reload
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
The first paragraph line overlaps with the right-floating PRE element.
Expected Results:
No text overlap, like after first page load.
Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Confirming bug, 2002-10-02-08 trunk Linux
Updated•22 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
![]() |
||
Comment 4•22 years ago
|
||
Float bug; the incremental reflow is confusing things.... May need to
shift-reload testcase to demo the bug.
Assignee: attinasi → float
Component: Layout → Layout: Floats
Priority: P3 → --
QA Contact: cpetersen0953 → ian
Summary: IMG ALT text causes text overlap after reload in next float right PRE → {inc} IMG ALT text causes text overlap after reload in next float right PRE
Target Milestone: Future → ---
Updated•22 years ago
|
Priority: -- → P2
Target Milestone: --- → Future
Comment 5•20 years ago
|
||
WFM, Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20041126
Firefox/0.9.1+
Reporter | ||
Comment 6•20 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a5) Gecko/20041122
WFM too
Comment 7•19 years ago
|
||
WFM in a reflow-refactor build.
Comment 8•18 years ago
|
||
WFM, Firefox 2006120701 and 2006120801 on Linux.
-> WORKSFORME
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•