#422 ✓resolved
MadRabbit

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

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.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

RightJS Core Tickets

Shared Ticket Bins

People watching this ticket

Pages