MutationObservers cannot observe 'checked' property of checkboxes.

When UI interactions affect native controls such as checkboxes, and fire an
onChange event; it is not guaranteed that MutationObservers see these
changes. Is there a reason behind this, or is it an oversight? This seems
like a common use case for MutationObservers as I first started working
with them.

See: http://jsfiddle.net/6DHXs/1/

Cheers,
Bradley

Reference:

https://code.google.com/p/chromium/issues/detail?id=260881&can=1&q=mutationobserver&colspec=ID%20Pri%20M%20Iteration%20ReleaseBlock%20Cr%20Status%20Owner%20Summary%20OS%20Modified

Received on Sunday, 28 July 2013 20:06:55 UTC