Closed grrowl closed 10 years ago
I will fix this and submit a pull request shortly.
Hey Tom, why do you want to change the events from singletap to $.eventStart? This will mean that if the user tries to scroll one of the deletable lists and touches a delete indicator or button, it will immediately trigger the action instead of allowing the user to scroll. The singletap is the shortest possible delay that allows the user to scroll on a tappable target.
On Dec 1, 2013, at 7:59 PM, Tom McKenzie notifications@github.com wrote:
I will fix this and submit a pull request shortly.
— Reply to this email directly or view it on GitHub.
This has been resolved in commit: e743b02cd1
This means every second $.UIDeletable you set up, it will double-bind to the event, making your list unusable (it will toggle the .selected class twice, on then off). Third list is fine. Fourth, unusable.
The problematic bindings are in chui-3.0.6.js, line 345. Also, these events use 'singletap`, not the framework's $.eventStart. Any reason for this?