lewisje / svgweb

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

bad 'target' when click on text node #497

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. With JS, create a group and a text in it 
2. Listen on the group for click events
3. Click on the text and check the event's target property

What is the expected output? What do you see instead?
The target should be the text node, but it is the group instead.

What version of the product are you using? On what operating system,
browser, and version of Flash?
Reproduced on r984, FF 3.6 and IE 7

Reduced test case attached.

Original issue reported on code.google.com by young4ch...@gmail.com on 28 May 2010 at 4:18

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in r1161.

Original comment by grick23@gmail.com on 4 Jun 2010 at 4:11