I'm running into a problem that's driving me insane:

If you open a modal popup from a modal popup, it seems like all key
strokes are captured by the *first* popup, not the top-most popup.

For example, create a modal popup containing a form, and open another
modal popup with a form from the first popup.  If you were to hit TAB
to cycle through fields on the top-most popup, you'd find that it
would actually cycle through the fields on the underlying popup!

The specific situation that I'm running into is with a popup that
contains a form, and if you try submitting that form and there are
validation errors, a basic Alert is shown notifying the user that
errors still exist.  The problem occurs when the user hits ENTER to
try and close that Alert.  Rather than simulating a click on the
Alert's default button, it actually simulates a click on the
underlying Form's default button, which in turn opens up another Alert!!!

Any ideas?  Anyone else run into this problem?






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to