kimoa / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
3 stars 0 forks source link

Undo funkiness with <use> #775

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Import the smiley symbol from the sample Image Library
2. Drag the smiley
3. Click Undo

What is the expected output? What do you see instead?
The move should be undone.  The smiley does not move.  Clicking Undo again 
removes it from the canvas.  Clicking Redo at this point properly unwinds the 
undo stack (symbol shows up, then is moved)

Original issue reported on code.google.com by codedr...@gmail.com on 3 Feb 2011 at 6:20

GoogleCodeExporter commented 9 years ago
Curiously this works fine in Firefox and Opera...but I see it in Chrome and 
Safari too.

Original comment by adeve...@gmail.com on 3 Feb 2011 at 7:29

GoogleCodeExporter commented 9 years ago

Original comment by adeve...@gmail.com on 3 Feb 2011 at 7:29

GoogleCodeExporter commented 9 years ago
Also looking at the DOM everything's working as expected...looks like it may be 
a rendering bug or something. Shouldn't be too hard to fix.

Original comment by adeve...@gmail.com on 3 Feb 2011 at 9:07

GoogleCodeExporter commented 9 years ago
Webkit bug reported here: https://bugs.webkit.org/show_bug.cgi?id=53767

Fixed in r1977.

Original comment by adeve...@gmail.com on 4 Feb 2011 at 3:56