Modify ↓
Ticket #9017 (closed bug: worksforme)
Chrome Console Nested Filters Issue
| Reported by: | johnfarrar@… | Owned by: | johnfarrar@… |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | selector | Version: | 1.5.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
comment:3 Changed 2 years ago by timmywil
- Owner set to johnfarrar@…
- Priority changed from undecided to low
- Status changed from new to pending
- Component changed from unfiled to selector
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/
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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')