jfweemaes / ubiquity-xforms

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

Selection event handled four times instead of one in xf:select, when using .xhtml files #441

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open test 8.1.10.a.
2. Click on "Strawberry".

What is the expected output? What do you see instead?
Below the control you should see "Selected Flavor: s", but what you
actually get is "Selected Flavor: s s s s".

Please use labels to indicate the version, operating system and browser
that you are using. Also, add some text below to provide additional
information.
I've single-stepped through with the debugger and the selection action
seems to be acted upon four times. Whether this is because too many
handlers are registered, the event is fired too many times, etc., I don't know.

However, note that if the file extension is changed to .html then
everything is fine, and only one item is shown, as expected.

Original issue reported on code.google.com by mark.bir...@gtempaccount.com on 1 May 2009 at 3:17