Opened 11 years ago
Closed 11 years ago
#9017 closed bug (worksforme)
Chrome Console Nested Filters Issue
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | selector | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When I try and use nested filters in a CSS style selector in Chrome on my windows and my mac it works unless I run it from the console. Tried FireBug Lite and had the same issue. Sometimes it would run once in fact but never twice.
Change History (4)
comment:1 Changed 11 years ago by
comment:3 Changed 11 years ago by
Component: | unfiled → selector |
---|---|
Owner: | set to [email protected]… |
Priority: | undecided → low |
Status: | new → pending |
I'm a little confused. You do know that the demo in jsfiddle cannot be accessed by the web inspector console because it's in an iframe, right? It will work if you do something like this: http://jsfiddle.net/timmywil/MTZQY/7/
Note: See
TracTickets for help on using
tickets.
<ul>
</ul>
NOTE: Test case does not fail in jsfiddle, etc. Only in console.
jQuery('.lvl1:nth-child(2) ul .lvl2:first-child')