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 2012-03-28 22:06:31

gridlock
New member

IE8 tab is converting null values to "null" strings

Somewhere within the IE8 tab code, null values seem to be getting converted to "null" strings.  We've encountered this happening in a couple of cases that causes problems in using the IE8 tab.  This only happens in the IE8 tab (we also test IE7 and 9), and it does NOT happen in a real IE8 browser.

OS: Windows 7 Profession x64 SP1
IETester v0.4.11
IE8 tab

Offline

 

#2 2012-03-29 01:47:08

fabrice
DebugBar Support

Re: IE8 tab is converting null values to "null" strings

Can you give a sample javascript script to reproduce the problem ?

Thanks.

Offline

 

#3 2012-03-29 11:41:00

gridlock
New member

Re: IE8 tab is converting null values to "null" strings

I thought you might ask that!  I'll see what I can do to create something to reproduce the issue.  It actually might have to do with either converting values to JSON using IE8's Json object, or something that happens in the conversion when sending a Json package over HttpRequest, since I think I've narrowed down the issue in null conversions over HttpRequest.

Offline