FreeTextBox

The no. 1 free ASP.NET HTML Editor.
Welcome to FreeTextBox Sign in | Join | Help
in Search

Microsoft JScript runtime error: 'designModeTab' is null or not an object

Last post 05-10-2006, 1:23 PM by cdjaco. 6 replies.
Sort Posts: Previous Next
  •  03-23-2006, 2:20 PM 6033

    Microsoft JScript runtime error: 'designModeTab' is null or not an object

    When I set the EnableHtmlMode property to false, I get the following javascript error when I browse away from the page that holds the FreeTextBox control:

    "Microsoft JScript runtime error: 'designModeTab' is null or not an object"

    Anyone a clue on what might be causing this error? Is it a bug, and if so, will it be fixed in a next release?

    Regards, Martin

  •  03-23-2006, 11:56 PM 6045 in reply to 6033

    Re: Microsoft JScript runtime error: 'designModeTab' is null or not an object

    Further info:

    I'm using FTB Version: 3.1.3, Visual Studio 2005 (ASP.NET 2.0)

     

  •  03-31-2006, 9:08 AM 6118 in reply to 6033

    Re: Microsoft JScript runtime error: 'designModeTab' is null or not an object

    If you have the source version you can change lines 31 and 32 in Resources/JavaScript/FTB-Utility.js as below.

    if( ftb.designModeTab ) ftb.designModeTab.onclick = null;
    if( ftb.htmlModeTab ) ftb.htmlModeTab.onclick = null;


  •  04-28-2006, 12:52 PM 6371 in reply to 6118

    Re: Microsoft JScript runtime error: 'designModeTab' is null or not an object

    I'm getting this error too.  Is that the only work-around?  What if you don't have source?  It's quite important that I be able to turn off the tabs at the bottom of the control.

    Thanks,
    Krip

  •  04-29-2006, 12:11 PM 6396 in reply to 6371

    Re: Microsoft JScript runtime error: 'designModeTab' is null or not an object

    We'll have a new release on Monday with a bug fix.

    JD

    John Dyer
    freetextbox.com
  •  05-04-2006, 2:17 PM 6441 in reply to 6396

    Re: Microsoft JScript runtime error: 'designModeTab' is null or not an object

    John,

    Any word on the new version?  I too am experiencing this bug (2.0 version).

    Thanks in advance,

    Cal
  •  05-10-2006, 1:23 PM 6517 in reply to 6441

    Fixed in 3.1.4

    Follow-up: this problem (at least my manifestation) appears to have been fixed in v3.1.4.  Thanks John!
View as RSS news feed in XML
www.freetextbox.com