I've released 1.9.0.rc5 with support for modal dialogs in IE9. This required
some rework of the modal_dialog class and it's working for me on Win7 IE8
and IE9.

I removed one part of the modal_dialog code, locating modal dialogs by
title. This doesn't really make sense because modals don't act the same way
that windows do - there can only be one active modal at any given time. In
the case of modals calling modals, there's still only one that is
accessible. If someone tries to pass in a title, the code will not fail and
just ignore it, returning the active modal. Let me know if these changes
make sense and if there's a use case I'm missing that this change could
break

Thanks!
Hugh
_______________________________________________
Wtr-development mailing list
Wtr-development@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to