Menu

IE tab javascript error.

nexusgx
2010-03-17
2013-04-29
  • nexusgx

    nexusgx - 2010-03-17

    When trying to switch tabs in IE7, and was encountering the error " 'target' is null or not an object ".
    I remedied this by adding a single line of code to code/tabs/javascript.js to the this.clicked function (line 61)

    if(!event) var event=window.event;
    

    This line checks if the event variable exists, and if it doesn't, assigns it to window.event

     
  • QL Studio

    QL Studio - 2010-03-17

    great - good fix! I'll try and find some time to add this to the next release..

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.