Confirmed using both Chrome or Safari on Mac:

With this statement:

 checkBox(it.selected, it.name ,{addLocalItem(it);})

If I click on the item label, the data value is toggled and the callback is called.

If I click directly on the checkbox, the data value is toggled but the callback is not called.

Tap on the icon is not propagating it seems.

Perhaps this is less of an issue on mobile devices because the chance of a perfect click on the checkbox is lower, however it seems like everyone will naturally try to tap on the checkbox image.

Submitted by Brian Hayward on 21 January 2013 at 17:19

On 21 January 2013 at 20:55 Brian Hayward commented:

I just pointed to the nightly build, eclipse now shows version 0.5.0 in installed software.
The problem still persists for me even with this version. (I made sure to restart eclipse, trigger a full rebuild of the www folder and refresh the browser as well)

Log in to post comments