[ 1 post ]

varunspace

  • Joined: Wed Aug 08, 2012 4:04 am
  • Posts: 2
  • Offline
  • Profile

iFrame and YAHOO.util.Event.addListener problem on IE

Post Posted: Mon Aug 13, 2012 3:15 am
+0-
Friends,

I am stuck in this problem. We have "Edit Product Information" screen on which we have onChange event handler tied to textboxes like this:

Code:
YAHOO.util.Event.addListener(textbox, "change", EX_handleTextboxChange);


It works perfectly.

We have a hyperlink on same page to open sub-product page within an iframe of same page. Sub-product page is similar to its parent page, but strange thing is onChange event is behaving very differently here.

In case of parent page, I enter a value in textbox, click outside and onChange event fires - which is correct

In case of sub-product page (iframe page), I enter a value, click outside,nothing happens. I click within same textbox again, onChange event fires. So onChange is firing when I click inside same textbox multiple times. This is working fine on FF and Chrome but not in IE 7.

Can you help please?

Varun
  [ 1 post ]
Display posts from previous:  Sort by  
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