Bug Tracker

Modify

Ticket #10343 (closed bug: worksforme)

Opened 20 months ago

Last modified 20 months ago

compound selectors more than 2 in ie7

Reported by: alex@… Owned by:
Priority: low Milestone: None
Component: selector Version: 1.6.4
Keywords: Cc:
Blocking: Blocked by:

Description

the bug is that selecting $('#a #b #c'); is not working in ie7, to solve it I used $('#a #b').find('#c');

try this in ie7

 http://jsfiddle.net/3JdES/

Change History

comment:1 follow-up: ↓ 2 Changed 20 months ago by timmywil

  • Priority changed from undecided to low
  • Resolution set to worksforme
  • Status changed from new to closed
  • Component changed from unfiled to selector

Your test case and the git version works for me:  http://jsfiddle.net/timmywil/3JdES/1/

comment:2 in reply to: ↑ 1 Changed 20 months ago by anonymous

Replying to timmywil:

Your test case and the git version works for me:  http://jsfiddle.net/timmywil/3JdES/1/

In IE7? open IE7 (or IE9 and change it to IE7) and run the test link above..

comment:3 Changed 20 months ago by timmywil

yes it worked fine for me in IE7. I saw the "hello".

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.