#168 closed bug (fixed)
sibling() returns siblings and the subject
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | core | Version: | 1.0 |
Keywords: | DOM sibling siblings | Cc: | |
Blocked by: | Blocking: |
Description
JavaScript: $('span#callMe').siblings();
HTML: <div><span id="callMe">Text 1</span><span>Text 2</span></div>
Returns: [<span id="callMe">,<span>]
Should only return [<span>]
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in SVN, tested in FF 1.5, IE6 and Opera 9.01
Note: See
TracTickets for help on using
tickets.
Added a test for this to SVN, the problem still exists. FF fails on 2 of 3 tests, IE fails completly.