selectivizr icon indicating copy to clipboard operation
selectivizr copied to clipboard

Selected/unrecognized expression error in IE8 console

Open ghost opened this issue 9 years ago • 1 comments

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.

ghost avatar Jan 16 '15 00:01 ghost

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

webuniverseio avatar Jul 14 '15 21:07 webuniverseio