I have this situation: http://jsfiddle.net/bRDgK/3/
In this situation I have a modal dialog with a checkbox. When the user click on the checkbox, a new modal dialog should appear and the checkbox should be checked. For some reasons the checkbox become unchecked. Any idea why?
I really don’t understand why, but if I cancel event bubble (cancel event propagation for firefox) right before open the child modal – the checkbox stays checked as it should be.
Here is example (working only on IE because the inline onclick event and the
window.eventusage): http://jsfiddle.net/bRDgK/16/Any idea how this solves the problem??