Opened 11 years ago
Closed 11 years ago
#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: | ||
Blocked by: | Blocking: |
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.
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.