keithclark / selectivizr

selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8.
1.71k stars 247 forks source link

Selected/unrecognized expression error in IE8 console #92

Open ghost opened 9 years ago

ghost commented 9 years ago

I am running IE11 and testing my app using the IE8 emulator in IE11's dev tools.

If I update selectivizr to commit 7fb749a1637b0780b0b90570053823421b45fcfd, many errors like the following begin to get logged to the console in IE:

Selector '} .ui-datepicker-rtl .ui-datepicker-prev:hover' threw exception 'Error: Syntax error, unrecognized expression: } .ui-datepicker-rtl .ui-datepicker-prev'
Selector '} .ui-datepicker-rtl .ui-datepicker-next:hover' threw exception 'Error: Syntax error, unrecognized expression: } .ui-datepicker-rtl .ui-datepicker-next'
Selector '} .chosen-container-single .chosen-single abbr:hover' threw exception 'Error: Syntax error, unrecognized expression: } .chosen-container-single .chosen-single abbr'

The style of the page also no longer looks correct.

I tried updated to the most recent commit and the issue still exists.

When I have some more time, I'll see if removing certain css files will cause the error to go away to see if perhaps there's something wrong with one of my css files that is causing this.

webuniverseio commented 9 years ago

:+1: Thanks @vproman for mentioning working commit number, saved me some time.