Skip to main content

Bug Tracker

Side navigation

#10343 closed bug (worksforme)

Opened September 26, 2011 11:41AM UTC

Closed September 26, 2011 01:13PM UTC

Last modified September 26, 2011 01:23PM UTC

compound selectors more than 2 in ie7

Reported by: alex@opentech.co.il Owned by:
Priority: low Milestone: None
Component: selector Version: 1.6.4
Keywords: Cc:
Blocked by: Blocking:
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/

Attachments (0)
Change History (3)

Changed September 26, 2011 01:13PM UTC by timmywil comment:1

component: unfiledselector
priority: undecidedlow
resolution: → worksforme
status: newclosed

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

Changed September 26, 2011 01:17PM UTC by anonymous comment:2

Replying to [comment:1 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..

Changed September 26, 2011 01:23PM UTC by timmywil comment:3

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