Opened 12 years ago
Closed 12 years ago
#6104 closed bug (invalid)
Child-selector work incorrectly
Reported by: | Octane | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.4 |
Component: | selector | Version: | 1.4 |
Keywords: | selector | Cc: | |
Blocked by: | Blocking: |
Description
<body>
····<span>
········<strong>
············<span><!-- If this <span> does not exist, then the <a> will be found. -->
················<em>
····················<a href="#">a</a>
················</em>
············</span>
········</strong>
····</span>
<script type="text/javascript">
alert($("body > span a").size()); 0 — elements not found!
</script>
</body>
Change History (1)
comment:1 Changed 12 years ago by
Priority: | → low |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Tested the above in the latest versions of Chrome, Safari, FireFox and IE. The output in each is 1 not 0. It's possible that the original submission may have been using an older version of jQuery.
Live test case: http://jsfiddle.net/DbTvy/
Please re-submit your ticket to confirm what browser you were using when testing this bug so that we can perform more tests on that specific browser version.