Closed
Bug 548967
Opened 15 years ago
Closed 15 years ago
Images rendered for large part black, when loaded for the first time
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: martijn.martijn, Unassigned)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
1.81 MB,
image/png
|
Details |
In about:config:
gfx.font_rendering.directwrite.enabled set to true.
mozilla.widget.render-mode set to 6(RENDER_DIRECT2D).
Then restart.
After that, when loading a large image, a large part (the bottom part) can get black.
Comment 1•15 years ago
|
||
Can reproduce here as well on this url:
http://jilion.com/sublime/video
Just reload a few times.
Only a portion of this image is actually display so click the image enlarge it (until the taskbar is fully shown at the bottom). I had to click it four times to enlarge it to it's full size.
Comment 3•15 years ago
|
||
A work around seems to be select all or ctrl-a. I've done this on all of the images or pages that weren't fully rendering the images and after hitting ctrl-a, they all show up.
Comment 4•15 years ago
|
||
Well, the work around seems to work on images that are cut off, but not displaying a black area. Also, if you drag the cut off image, with or without a black area, you can see the full image as you're dragging it. Weird.
Comment 5•15 years ago
|
||
I suspect this is part of the flush/markdirty problem. I didn't test our patch there extensively enough apparently.
Comment 6•15 years ago
|
||
Caused by my incorrect assertion on bug 534787 that the patch there wasn't actually needed.
Depends on: 534787
Comment 8•15 years ago
|
||
Resolved with fixing of bug 534787.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•