| Issue 107: | IE6 refreshes page on nyroModal fire. | |
| 2 people starred this issue and may be notified of changes. | Back to list |
|
What steps will reproduce the problem? 1. Use nyroModal with type iframe or ajax (filtered/local content) 2. Type information into form fields (unrelated to nyroModal links) 3. Click on nyroModal link 4. Page refreshes losing any information typed into the form 5. modal pops up correctly with proper data What is the expected output? What do you see instead? I expected all to work as it does, without refreshing the page (and hence, losing form data). What version of the product are you using? On what operating system? Using 1.3.0 on WinXP SP2/IE6 (works fine with IE7) Please provide any additional information below. To reiterate, the page is being run locally and links are pointing to another local html page. (from page1.html: href="help.html#q123") The form in question is on page1. Any data that is typed into the form before clicking a nyroModal link is lost up execution of nyroModal. Yes, I am doing event.preventDefault() (and I've also tried event.stopPropogation() and return false;)
Oct 31, 2008
#1
jason.ka...@gmail.com
Oct 31, 2008
Could you send a link where I can see the bug please?
Oct 31, 2008
I've discovered the source of the bug. IE6 seems to be firing a DocumentLoaded event (A VB WebBrowser control event) on completion of the loading of the Ajax content. Our own handler for this event was then causing the problem. This bug can be closed.
Jan 27, 2009
(No comment was entered for this change.)
Status:
Fixed
|
||||||||