Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#25562 closed defect (bug) (fixed)

Update the basic browser detection

Reported by: azaozz's profile azaozz Owned by: azaozz's profile azaozz
Milestone: 3.7 Priority: normal
Severity: normal Version:
Component: General Keywords: has-patch commit
Focuses: Cc:

Description

The User Agent string in IE11 has changed significantly. It doesn't include MSIE any more and includes like Gecko similarly to WebKit.

Attachments (1)

25562.patch (1.2 KB) - added by azaozz 11 years ago.

Download all attachments as: .zip

Change History (4)

@azaozz
11 years ago

#1 @azaozz
11 years ago

In 25562.patch: detect IE11 before detecting Gecko. Testing for either MSIE or Trident as IE7 doesn't include Trident in the UA.

#2 @nacin
11 years ago

  • Keywords has-patch commit added

#3 @azaozz
11 years ago

  • Owner set to azaozz
  • Resolution set to fixed
  • Status changed from new to closed

In 25767:

Update the basic browser detection to detect IE11. Fixes #25562.

Note: See TracTickets for help on using tickets.