Flash Games

 FAQ   Search   Members   Groups   Register  User Control Panel      Login 

Your time now:
Mon Nov 23, 2009 1:11 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 1 post ]  Bookmark and Share
Author Message
 Post subject: IE8 unusual event handling
PostPosted: Fri Sep 18, 2009 2:59 pm 
Offline

Joined: Fri Sep 18, 2009 2:42 pm
Posts: 1
Hi,

I've been asked to fix an old and stable web application which heavily relies on Javascript, so that it will work in the IE8 browser. So far it has worked just fine in IE6 and Firefox browsers. I've fixed a few problems so far but there is one that has me stumped.

The web app is based around an image. A mouseup event handler is registered on the image and the last line of this handler makes an explicit call to:

Code:
image.click()


The image is contained within a form and this code leads to a form.submit() which redraws the image, with some additional information added.

With IE8 I noticed that when I release the mouse button, sometimes the images doesn't redraw. It was very hard to debug but I eventually figured out that if I comment out the line

Code:
image.click()


the app works fine on IE8. When it's commented out, it doesn't work on any other browser. It's obvious that for some reason, in IE8 another element is catching the mouseup event. I've spent a lot of time debugging, but I just can't locate this other element.

Am tempted to just add some condition:

Code:
if (!IE8 browser) {
    image.click();
}


this will solve the problem but I consider it a hack. (also, does anyone have any reliable test which identifies a IE8 browser??)

I tried setting
Code:
cancelBubble = true;
but it made no difference.

Any suggestions appreciated.

Thanks


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group - Flash Games - TNX Invitation Code - TNX Review


Webmaster - Excruciating - Johnathan - Kotik - Ash - Tomi - rangana - Phate - dflynn - Medley