Bug Tracker

Modify

Ticket #4722 (closed bug: duplicate)

Opened 4 years ago

Last modified 4 years ago

$.browser.version problem in ie7

Reported by: chalda Owned by:
Priority: major Milestone: 1.4
Component: unfiled Version: 1.3.2
Keywords: browser, user agents, ie7, ie6, Cc:
Blocking: Blocked by:

Description

Some ie7 have a "corrupt" user agent (according to my statistics at least 2% of all users). In this case $.browser.version detect ie7 as ie6.


  • Corrupted User Agent:

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618; MS-RTC LM 8; .NET CLR 1.1.4322)


  • Normal User Agent:

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2; .NET CLR 3.5.21022)


Some cases:

 http://www.eggheadcafe.com/software/aspnet/33215741/ie7-is-detected-as-ie6.aspx  http://stackoverflow.com/questions/158283/ie7-detected-as-ie6-on-vista-why

Change History

comment:1 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to duplicate

Dup of #2661. Also remember that $.browser is deprecated although this should be fixed eventually.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.