WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
26542
SVG symbols not dragable
https://bugs.webkit.org/show_bug.cgi?id=26542
Summary
SVG symbols not dragable
David Levin
Reported
2009-06-19 09:06:46 PDT
Originally reported at
http://code.google.com/p/chromium/issues/detail?id=14715
. It's not possible to drag (move) some SVG elements, like <symbol>/<use>. Using the attached test file: Test 1: You can drag the dots. Test 2: You should be able to drag the dots (works in FF, doesn't work in Safari/Chromium) Test 3: You should be able to drag the dots (works in FF, doesn't work in Safari/Chromium)
Attachments
Test case.
(6.77 KB, image/svg+xml)
2009-06-19 09:08 PDT
,
David Levin
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
David Levin
Comment 1
2009-06-19 09:08:03 PDT
Created
attachment 31546
[details]
Test case.
Nikolas Zimmermann
Comment 2
2010-01-19 07:59:46 PST
Bug confirmed, even with the new <use> implementation. But as the <symbol> handling did not change, it's likely the bug is still there. Going to investigate...
Nikolas Zimmermann
Comment 3
2010-01-20 18:55:07 PST
Okay, this testcase is invalid. 1. Replace <def> by <defs>. <def> is invalid SVG. 2. <symbol> contains "viewbox" attribute instead of "viewBox" - it's not interpreted this way. If you fix it, you'll see the testcase is even worse. Opera behaves exactly the same as we do on this testcase. Closing bug as invalid.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug