Werner Punz schrieb:
Simon Kitching schrieb:
On Tue, 2006-01-17 at 23:55 +0000, Dennis Byrne wrote:
For those of you using t:calendar, you may notice that it hides all
drop down lists on the page whenever
the calendar pops up. I was wondering if anyone can shed some light
on why this happens.
I believe it's a workaround for a nasty bug in IE, where IE's <select>
components always appear on top of everything else. The only way to get
"popups" to work properly, therefore, is to hide all the <select>
objects.
Actually that assumption is wrong, that is a nasty workaround which
compromises the entire page. The best fix so far is to place a div
under the popup and on top of the select box.
Sorry I did not mean div, it is an iframe, you have to place an iframe
in between the two controls, that fixes the problem.
But you should only do that in IE certain non IE browser versions
can go haywire over this.