Open
Bug 607365
Opened 15 years ago
Updated 3 years ago
Canvas drawImage makes incorrect offset
Categories
(Core :: Layout, defect)
Tracking
()
NEW
People
(Reporter: stechz, Unassigned)
Details
Attachments
(1 file)
14.99 KB,
text/html
|
Details |
This only happens on nightlies, not the betas or 3.6 (or Google Chrome).
STR: See attached page
Expected: canvas drawn image doesn't move
Actual: canvas drawn image shifts left and right with respect to canvas element
Comment 1•15 years ago
|
||
i see the using 3.6.7 on the mac.
I also noticed that the canvas isn't really the thing shifting back and forth, but rather the document itself.
You can verify this by zooming into the page until there is a scrollbar. Then notice that the scroll indicator shows the document moving to the left and to the right.
Reporter | ||
Comment 2•15 years ago
|
||
In nightly, it is weird that only the drawn image moves and not the canvas background.
Comment 3•15 years ago
|
||
In 3.6.11, I see the "Expected" behavior in the test case.
![]() |
||
Comment 4•15 years ago
|
||
> In nightly, it is weird that only the drawn image moves and not the canvas
> background.
A layers issue possibly? Note that as far as I can tell I can't reproduce in a nightly on OSX....
Comment 5•15 years ago
|
||
bz, could you try resizing your window, and maximizing it? It really isn't str yet, but I think I don't see the problem anymore after doing that.
Reporter | ||
Comment 6•15 years ago
|
||
Build ID: 20101026030724
GPU accelerated windows: yep
Adapter Description0x22600,0x22600,0x20400
Vendor ID2600
Device ID2600
Nothing strange looking in my preferences or extensions.
![]() |
||
Comment 7•15 years ago
|
||
Ah, if I maximize the window I see the jiggle. Depending on the zoom level it looks like background jiggles too, in some cases, but not in others.... So that may just be a rounding issue of some sort.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•