Move IE8 support into the olds module
Reported by MadRabbit | December 29th, 2010 @ 09:43 PM | in 2.2.0 Release
It was decided to move IE8 support into the olds module, so that we could keep all the old stuff in there and don't bother normal browsers. A quick tip how to check if it's an IE < 9
try {
document.createElement('<input/>');
// IE < 9 in here
} catch(e) {
// IE 9 or W3C
}
Comments and changes to this ticket
-
MadRabbit January 5th, 2011 @ 06:13 PM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RightJS Core Tickets