MutationObservers cannot observe 'checked' property of checkboxes.
Bradley Meck <[email protected]>
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <CANnEKUZBtke3CQsv7wf55urBS-PRT8Z2cGp4TaPQiCKpB5QNdw@mail.gmail.com> |
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