Closed
Bug 477519
Opened 16 years ago
Closed 16 years ago
horizontal white lines randomly appear in image
Categories
(Core :: Graphics, defect, P1)
Tracking
()
RESOLVED
DUPLICATE
of bug 477236
People
(Reporter: Dolske, Unassigned)
References
()
Details
Attachments
(1 file)
380.62 KB,
image/png
|
Details |
Just noticed this with the linked URL. Horizontal white lines appear at random positions in the image as it loads (slowly, it takes 8-10 seconds). They disappear as soon as the page is scrolled slightly. Reloading the page causes them to come back (reliably, at least for me right now).
Right-click, Properties says "3556px × 1998px (scaled to 624px × 351px)". Also, not using Page Zoom here.
Similar to bug 414975, but they're now white instead of black. :)
Flags: blocking1.9.2?
Reporter | ||
Updated•16 years ago
|
Summary: horizontal white lines randomly appears in image → horizontal white lines randomly appear in image
Comment 1•16 years ago
|
||
Perhaps related to bug 477236?
Reporter | ||
Comment 2•16 years ago
|
||
(Oh, this is on a current 1.9.2 trunk nightly, OS X).
Flags: blocking1.9.2? → blocking1.9.2+
Priority: -- → P1
Comment 3•16 years ago
|
||
Comment 4•16 years ago
|
||
animated gifs make this easy to spot, see the red dog gif on
http://www.webdeveloper.com/animations/g.html
Most of these bugs seem to be caused by scaling code used in Fennec, when browsing in zoomLevel==1(tho the dog bug happens at zoom==1), only the following dog bug stands out.
Interestingly opening the gif directly in Fennec avoids the drawing bug
3rd patch in bug 477855 seems to fix the testcase linked in the bug.
Comment 5•16 years ago
|
||
I think I found the reason for white lines. If i change the color in drawWindow it becomes obvious.
ctx.drawWindow(this._browser.contentWindow,
rect.left, rect.top,
rect.width, rect.height,
"red",
ctx.DRAWWINDOW_DO_NOT_FLUSH | ctx.DRAWWINDOW_DRAW_CARET);
Now every result of drawWindow is drawn with a red border!!!
Comment 6•16 years ago
|
||
disgregard 2 of my comments above, they were meant for bug 478092
Yeah, was going to say -- this bug is not about Fennec, so let's not turn it into one. Sounds like that's 478092, and that this bug sounds the same as 477236.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Flags: blocking1.9.2+
You need to log in
before you can comment on or make changes to this bug.
Description
•