Modify ↓
Ticket #11569 (closed bug: wontfix)
MutationRecord's previous sibling (and prev())
| Reported by: | felixjendrusch | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I just started playing with DOM4's new MutationObserver/MutationRecord's and noted that jQuery's prev() traversing method skips relevant elements (e.g., I'm unable to access the previous sibling (list item) of some moved list item using prev() on the MutationRecord[.previousSibling]).
Run http://jsfiddle.net/KJJ8P/ (Chrome 18+) and check your console.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

The ink is still drying on those drafts - a little premature to file bugs against jQuery for a behavior proposal that is subject to change. I'm gong to close this for now. If the issue exists when the drafts become standards, we can revisit.