If you look at the code, there is a hack for IE. The *hack* is to open
an IFRAME below the popup to try to make sure that IE select boxes
don't appear over the popup. However, it seems to create many problems
(often appears in the wrong place, causing security warnings over
HTTPS). If you aren't worried about a popup over a SELECT control, use
this javascript to disable the Tomahawk IFRAME:
<body onload="window['orgApacheMyfacesPopupfixIE'] = function() {}">
BTW - only in IE7 is this huge SELECT bug fixed for IE (amazing that
IE actually is still around with all the bugs and security holes it
has).
-Andrew
On 6/19/06, sumanta <[EMAIL PROTECTED]> wrote:
Hi,
I have used an t:popup with simple text but it is not rendered correctly in
IE, but its ok in Mozilla. In IE, rather than popup it shows a 3d text area
with no text in it and sometimes with a vertical scroller, too. I think this
problem is happening because the popup is within a datatable which is within
a <t:div> tag. Without Div it works fine.
Can anyone tell me how the correct this problem?
Please, its urgent. (A screen shot is included of the erraneous popup )
http://www.nabble.com/user-images/3060.gif
Sumanta
--
View this message in context:
http://www.nabble.com/t%3Apopup-not-rendered-correctly-in-IE-t1810367.html#a4933651
Sent from the MyFaces - Users forum at Nabble.com.