Side navigation
#11569 closed bug (wontfix)
Opened April 08, 2012 08:06PM UTC
Closed April 08, 2012 09:01PM UTC
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.
Attachments (0)
Change History (1)
Changed April 08, 2012 09:01PM UTC by comment:1
| resolution: | → wontfix |
|---|---|
| status: | new → closed |
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.