We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Demo: http://bl.ocks.org/kevingorski/5958985 (I've used KO 2.3.0 here, same behavior with 2.2.1)
Clicking green blocks (delegated click on rect element) works (an alert is shown with the index of that element) in IE, Chrome, and Firefox.
Clicking the red blocks (delegated click on group element that contains rect and text) works only in Chrome and Firefox. In IE9 nothing happens.
I can work around this by putting the delegated events on each of the elements in the group, but the DRY-er option working would be appreciated.
The text was updated successfully, but these errors were encountered:
1e397bb
fixed. let me know if you see any further problems and thanks for reporting this one and for providing a good sample.
Sorry, something went wrong.
That did it, thanks!
No branches or pull requests
Demo: http://bl.ocks.org/kevingorski/5958985
(I've used KO 2.3.0 here, same behavior with 2.2.1)
Clicking green blocks (delegated click on rect element) works (an alert is shown with the index of that element) in IE, Chrome, and Firefox.
Clicking the red blocks (delegated click on group element that contains rect and text) works only in Chrome and Firefox. In IE9 nothing happens.
I can work around this by putting the delegated events on each of the elements in the group, but the DRY-er option working would be appreciated.
The text was updated successfully, but these errors were encountered: