Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2007-01-14 06:47:06

jedi58
Xinha Authority
From: Leicester, UK
Registered: 2007-01-14
Posts: 113
Website

IE bug when using alt-tab

Hi,

Sometimes I find that alt-tabbing between a page with Xinha on in IE, and another window will eventually cause a JavaScript error to occur - it seems to be caused by it reaching:

  else if ( keyEvent )
  {
    this.mozKey( ev, keyEvent );
  }

to fix it I've changed it to:

  else if ( keyEvent && this.is_gecko )
  {
    this.mozKey( ev, keyEvent );
  }

Has anyone else found this problem in IE? In Mozilla Firefox it's fine.


David G. Paul
[url]http://www.newearthonline.co.uk[/url]

Offline

#2 2007-01-14 07:39:59

ray
Xinha Administrator
From: Germany
Registered: 2005-03-23
Posts: 521
Website

Re: IE bug when using alt-tab

Please create a ticket if you find any bugs

Offline

#3 2007-01-14 13:08:03

jedi58
Xinha Authority
From: Leicester, UK
Registered: 2007-01-14
Posts: 113
Website

Re: IE bug when using alt-tab

sorry,

I've now added it as a ticket with the proposed solution


David G. Paul
[url]http://www.newearthonline.co.uk[/url]

Offline

#4 2007-01-15 07:44:55

ray
Xinha Administrator
From: Germany
Registered: 2005-03-23
Posts: 521
Website

Re: IE bug when using alt-tab

Hi, fixed this in rev [655]. Added hotfix2

FYI: this.is_gecko is undefined, thus disabling the whole function. Actually it's Xinha.is_gecko

Offline

#5 2007-01-15 09:30:27

jedi58
Xinha Authority
From: Leicester, UK
Registered: 2007-01-14
Posts: 113
Website

Re: IE bug when using alt-tab

thanks, thought it was something like that - couldn't remember exactly what wink

I remember having fiddeled to get it right when I made the change on my local install due to trying it as a function first :s


David G. Paul
[url]http://www.newearthonline.co.uk[/url]

Offline

Board footer

Powered by FluxBB