Closed
Bug 52265
Opened 24 years ago
Closed 23 years ago
Text overlaps image in HTML page
Categories
(Core :: Layout, defect, P3)
Tracking
()
Future
People
(Reporter: lduperval, Assigned: attinasi)
References
()
Details
(Keywords: helpwanted, testcase)
Attachments
(1 file)
3.45 KB,
application/x-zip-compressed
|
Details |
In the above page, the HTML text overwrites the image. I don't think that should
happen.
Comment 1•24 years ago
|
||
confirmed with 091212 mozilla win32 build on NT over to Layout
Assignee: asa → clayton
Status: UNCONFIRMED → NEW
Component: Browser-General → Layout
Ever confirmed: true
QA Contact: doronr → petersen
Comment 3•24 years ago
|
||
Also overlaps on WINNT.
Changing platform to All.
If you reload the page it lays out correctly.
It looks like we need to reflow the document when the image is completely
loaded. Currently we are reflowing when only a portion of the image has loaded
so once the rest of the image appears the position of the text is incorrect.
Reloading works because the image is in the cache so the full height of image is
available the first time we try to lay out.
Reassigning to buster.
Assignee: kmcclusk → buster
OS: Linux → All
I could use a minimized test case for this, if anyone has a few minutes. rtm is
approaching quickly!
Status: NEW → ASSIGNED
Keywords: helpwanted
Comment 7•24 years ago
|
||
Another url this occurs at, from bug 55845.
http://www.tripwire.com/company/team.cfml?
Comment 8•24 years ago
|
||
Comment 9•23 years ago
|
||
Build reassigning Buster's bugs to Marc.
Assignee: buster → attinasi
Status: ASSIGNED → NEW
Comment 10•23 years ago
|
||
I bookmarked this bug a while ago and downloaded the test case. The build I had
then failed on the testcase. I've just got build 2001101503 (Win2K) and the
test case now renders correctly. Sorry, I didn't note the previous build which
failed to help narrow down when it got fixed. It was 0.9.4+ though.
Assignee | ||
Comment 11•23 years ago
|
||
Not quite fixed for me. I have to resize or reload to get the text to wrap
around the images. This is a dup of another bug about images not causing a
reflow when they complete loading though... see bug 71974
*** This bug has been marked as a duplicate of 71974 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
![]() |
||
Updated•12 years ago
|
Summary: Tex overlaps image in HTML page → Text overlaps image in HTML page
You need to log in
before you can comment on or make changes to this bug.
Description
•