select element disappears in IE7
This is a normal behavior that is built into control.modal. It's a workaround for a bug when IE renders select elements on top of everything else, even modal window ignoring it's z-index. There's another way to deal with this bug - wrapping modal into invisible iframe - and it might be implemented in future versions of control.modal
Posted May 3rd, 2007 at 8:37am by kangax
when the overlay is displayed, select elements disappear. This probably has to do with selects being a 'windowless' element in IE7. Setting the z-index does not appear to help? Any thoughts?
Posted May 3rd, 2007 at 5:35am by mmdonohue