DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2011-03-17 04:24:26

dan
New member

IE7 Tab reporting wrong "navigator.appVersion/userAgent"

I have a jquery feature that I only need to run in IE6. In order to check the version of IE, the javascript uses navigator.userAgent. When I run the javascript in IE7, it reports "MSIE 6.0" and not "MSIE 7.0" like it should.

Code:

alert(navigator.userAgent);

Offline

 

#2 2011-03-18 05:15:43

fabrice
DebugBar Support

Re: IE7 Tab reporting wrong "navigator.appVersion/userAgent"

Hi,

What is the value when you go here :

http://my-debugbar.com/ietester/index_all.php

Also, I really don't know what I am doing wrong here, but it looks like nobody is seeing/reading the "Annoucement" section. What can I do to have people read this announcement ?

Thanks.

Offline

 

#3 2011-04-07 05:54:50

dan
New member

Re: IE7 Tab reporting wrong "navigator.appVersion/userAgent"

HTTP header User Agent string

Code:

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET4.0C; .NET4.0E; AskTbFXTV5/5.9.1.14019)

navigator userAgent

Code:

Mozilla/4.0 (compatible; MSIE 6.0)

Javascript IE version

Code:

IE 7

Conditional comments

Code:

Internet Explorer 7

XHR request

Code:

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET4.0C; .NET4.0E; AskTbFXTV5/5.9.1.14019)

As you can see, the only one that is incorrect, is the navigator userAgent.

Offline

 

#4 2011-04-07 15:48:37

fabrice
DebugBar Support

Re: IE7 Tab reporting wrong "navigator.appVersion/userAgent"

PLEASE PLEASE PLEASE  PLEASE !

Read the announcement and provide the information.

thanks.

Offline

 

#5 2011-04-08 01:27:00

dan
New member

Re: IE7 Tab reporting wrong "navigator.appVersion/userAgent"

When reporting a problem or a bug :
* Windows XP SP3, IE8
* IETester v0.4.8
* The problem occurs in IE7
* Test Case: The URL provided by fabrice: http://my-debugbar.com/ietester/index_all.php
* Steps to reproduce:
1) Visit http://my-debugbar.com/ietester/index_all.php
2) Record the row that says "navigator userAgent"
* Additional information provided in last post.


For the record. I don't believe the "Announcement" was there when I originally posted this bug. I apologize if I'm wrong.

Offline

 

#6 2011-04-08 08:19:56

Ricardo
Member

Re: IE7 Tab reporting wrong "navigator.appVersion/userAgent"

Fabrice, try setting the Announcement with a lighter background and larger red letters in bold.

Last edited by Ricardo (2011-04-08 08:20:30)

Offline