G-Srikanth / dragtable

Automatically exported from code.google.com/p/dragtable
0 stars 0 forks source link

SVG support #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open attachment in mozilla or safari-webkit
2.
3.

What is the expected output? What do you see instead?
small table to drag or sort
notice table headers are misplaced and interactivity broken
remove js links to see how table should look.

What version of the product are you using? In what browser?
v1.0 in mozilla or safari-webkit

If this is a bug, please include the URL for a page that demonstrates the
bug: http://www.honte.eu/playGo/players/fo/moz-no-script.svg

Please provide any additional information below.

seems clear the dom assumptions in the script are confused by being 
wrapped in SVG. 

mozilla would be the key, as in practice the html is currently generated by 
xslt,

safari does not currently support xslt transforms, so it would rely on 
something similar to the attachment or uri.

 opera prefers to link to an external html file, which works well

Original issue reported on code.google.com by j...@peepo.com on 16 Jul 2009 at 11:01

Attachments: