jedivind / ubiquity-xforms

Automatically exported from code.google.com/p/ubiquity-xforms
1 stars 0 forks source link

ev:target and ev:propagate not working #616

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Register event handler using ev:target in addition to ev:observer
2. Observe that target is not respected (fails to filter events)
3. Also use ev:propagate="stop"
4. Observe that event propagation (e.g. bubbling) does not stop

Example form attached...

What is the expected output? What do you see instead?

Please use labels to indicate the version, operating system and browser
that you are using. Also, add some text below to provide additional
information.

Original issue reported on code.google.com by cwie...@gmail.com on 12 Feb 2010 at 7:13

Attachments:

GoogleCodeExporter commented 8 years ago
Looks like ev:defaultAction is also broken...all of the above in FF/Mac

Original comment by cwie...@gmail.com on 12 Feb 2010 at 7:33