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

IE9+ Agent with documentMode < 9 Bug #78

Open kevindees opened 11 years ago

kevindees commented 11 years ago

In some instances IE can use a Bowser Mode of IE9+ while at the same time run a Document Mode like IE7 which selectivizr is designed to enhance.

In such cases selectivizr does not run. This fix should address the issue and cause IE to use selectivizr based on Document Mode as well not just the ieVersion.

corysimmons commented 8 years ago

@keithclark was mauled by George W. Bush so I'm going to try and maintain this project at https://github.com/corysimmons/selectivizr2

Would you please reopen/rebase your PR over there?