Closed
Bug 9285
Opened 26 years ago
Closed 25 years ago
background image overflow on first load
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: dbaron, Assigned: attinasi)
References
()
Details
Attachments
(1 file)
84.71 KB,
image/png
|
Details |
The "worms" background image in the above test case overflows outside of the
first paragraph that has it (but not the small one later) the *first* time the
page is loaded off the network. It seems the image overflows up to the image
boundary. It should, instead, be clipped, as it is on any later reflow or
reload.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 2•26 years ago
|
||
Fixed
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 3•26 years ago
|
||
In 1999-07-17-08-M8 (Linux), this is worse than it was before. It now doesn't
go away on later reflows, and it overflows out of the second paragraph as well.
Reopening bug.
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Comment 4•26 years ago
|
||
This is fixed as of the 7/19/99 build. The bug report and the fixed were not
sync'ed. Ends up being a clipping bug in the background render'er
Reporter | ||
Comment 5•26 years ago
|
||
It still flashes the incorrect display before showing the correct one. I'm not
going to verify it yet. That means (to me, anyway):
* it's not completely fixed
* there's an extra repaint/reflow somewhere
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
With the latest Linux build (July 26th 1999072614) , the page is rendered
correctly.
Reporter | ||
Updated•26 years ago
|
Status: VERIFIED → REOPENED
Reporter | ||
Comment 7•26 years ago
|
||
Reopening bug.
In apprunner linux 1999-08-13-08-M9, I'm still seeing the overflow *while* the
document is loading (perhaps before the second image loads?), but then it seems
to refresh and it goes away. I only see the problem on the first load.
Reporter | ||
Updated•26 years ago
|
Resolution: FIXED → ---
Reporter | ||
Comment 8•26 years ago
|
||
I'm seeing similar problems during progressive loading of
http://www.fas.harvard.edu/~dbaron/css/test/sec110102
Updated•26 years ago
|
Target Milestone: M18
Updated•26 years ago
|
QA Contact: petersen → chrisd
Updated•26 years ago
|
Assignee: dcone → beard
Status: REOPENED → NEW
Comment 9•26 years ago
|
||
This seems to be some sort of reflow issue. The backgrounds are painted
correctly, and only when all the images are loaded. Until they are loaded there
may be a reflow that does not all the URL's, images, etc. Anyway this is not a
background problem, it may be a reflow problem, so I am giving it to Patrick to
check out and disposition from here.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 10•25 years ago
|
||
Adding testcases related with background of DIV area which have an image:
Image not absolutely positioned inside DIV:
http://www.taboca.com/jan00nscp/dom/demos/dom2/on/index35.html
Image is small but background is size of screen minus border - just like table
with width=100%
Image with absolute positioning:
http://www.taboca.com/jan00nscp/dom/demos/dom2/on/index33.html
bg goes to infinity to the right
Found at this demo:
http://www.taboca.com/jan00nscp/dom/demos/dom2/on/index3.html
(try dragging this DIV area). See that entire area infinitely to right is
receiving onmousedown.
Confirmated with 2000022408, win98
Updated•25 years ago
|
QA Contact: chrisd → petersen
Reporter | ||
Comment 11•25 years ago
|
||
I'm seeing similar (except the reverse) problems the first time
http://www.w3.org/Graphics/PNG/inline-alpha.html
is loaded: the background image behind the first test is not completely tiled
on the first load. (The repaint caused by the loading of the foreground image
fixes some of the problem.) Screenshot to be attached.
Reporter | ||
Comment 12•25 years ago
|
||
Comment 13•25 years ago
|
||
Giving to correct module owner.
Assignee: beard → troy
Status: ASSIGNED → NEW
Comment 15•25 years ago
|
||
This is that invalidate problem.. I think you fixed.. but I am not sure.
Assignee: dcone → attinasi
Assignee | ||
Comment 16•25 years ago
|
||
This looks like it was fixed when I fixed bug 36811 (incorrect invalidation
of image bounds instead of frame bounds when the image load is completed). I
looked at several of the testcases and they look correct. The original URL is
certainly better - the worms are now bounded by their paragraph.
Marking Fixed.
Status: NEW → RESOLVED
Closed: 26 years ago → 25 years ago
Resolution: --- → FIXED
Comment 17•25 years ago
|
||
With the Linux May 22nd build, I'm not reproducing this problem. Marking verified
fixed.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•