google-code-export / tatami

Automatically exported from code.google.com/p/tatami
1 stars 1 forks source link

GraphicCanvas expands automatically in IE7 #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start up your GFX demo in IE7
2. Create two shapes
3. Move one of the shapes to the upper left corner

What is the expected output? What do you see instead?
That the shape would be clipped and the other object would not move. I see 
the other object move away from when the first reaches the edge of the 
canvas. This only happens with the top and left sides. I believe the 
problem is that the canvas expands and the coordinate of 0,0 is the new 
upper left corner of the expanded canvas.

Only a problem in IE. Works OK in FireFox 3, Opera 9.5 and Safari.

Is there a solution or work around?

Original issue reported on code.google.com by ToonT...@gmail.com on 1 Jul 2008 at 6:14

GoogleCodeExporter commented 9 years ago
I found on the Dojo GFX forum discussions of this issue:

http://dojotoolkit.org/forum/dojox-dojox/dojox-support/gfx-drawing-issues-ie

http://dojotoolkit.org/forum/dojox-dojox/dojox-support/gfx-group-ie-works-strang
e-0

I found that

http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/gfx/demos/circles.html

doesn't have this problem and adding

<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-
com:office:office">

seems to work around this problem.

Original comment by ToonT...@gmail.com on 9 Jul 2008 at 6:51

GoogleCodeExporter commented 9 years ago

Original comment by rdunk...@gmail.com on 19 Dec 2008 at 9:11