Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-01-2009, 03:18 AM   PM User | #1
snoodle
Regular Coder

 
Join Date: May 2007
Location: Manteca, CA
Posts: 219
Thanks: 4
Thanked 0 Times in 0 Posts
snoodle is an unknown quantity at this point
fadeIn prob in IE7

This is an interesting one. I have a number of divs, each containing various form controls. Only one div gets displayed at a time, so all others are hidden. When going from one div to another, I do a fadeOut("fast",donefunc), where donefunc will "hide()" the old div and "show()" the new, then fadeIn() to show the new div.

It works fine on FF. In IE7 <input> elements (text, radios, etc) remain on the page after the fade in (but appear disabled).

If I stick an alert at the point of fadeOut to fadeIn, after the old div was hidden, causing a nice big delay, IE works just fine.

How can I know when it's safe to start the fadeIn, and if you can tell me, what exactly is going on?
snoodle is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:44 PM.


Advertisement
Log in to turn off these ads.