MRchildNEO / svgweb

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

Support ownerSVGElement property #588

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I am creating SVG stuff in IE. I am getting error like node.ownerSVGElement 
is null but it works fine in Firefox.
2. In IE, they are not adding ownerSVGElement for node. 

What is the expected output? What do you see instead?
I am getting null value for node.ownerSVGElement in eventCoordinates: 
function(event) method. 
Expected is like to get the node.ownerSVGElement element. So we can perform 
createSVGPoint() function on ownerSVGElement.

What version of the product are you using? On what operating system,
browser, and version of Flash?

I am using window XP, IE8, Flash 10.

Please provide any additional information below. Reduced test cases are
always appreciated!

Original issue reported on code.google.com by getin...@gmail.com on 10 Dec 2010 at 5:46

GoogleCodeExporter commented 8 years ago

Original comment by grick23@gmail.com on 16 Dec 2010 at 2:00