You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Mathias Walter <ma...@gmx.net> on 2008/04/18 23:39:24 UTC

[Trinidad] tr:selectOneChoice not displayed in IE LIGHTWEIGHT_DIALOGS

Hi,

I'm using tr:selectOneChoice in a LIGHTWEIGHT_DIALOG. Unfortunately, in IE
only the label is rendered, but not the select component. With Firefox it
works. And it works with IE too, if I open the dialog page directly.

If I use h:selectOneMenu instead, it works, but not if I use it inside
tr:panelHorizontalLayout.

If I switch LIGHTWEIGHT_DIALOGS off, tr:selectOneChoice is displayed
correctly.

I quickly looked over the iframe source code of the dialog, but could not
see any unusual things. The tr:selectOneChoice gets rendered.

Are this known bugs?

Also, the width of LIGHTWEIGHT_DIALOGS is often too small and the hight to
big.

--
Kind regards,
Mathias


RE: [Trinidad] tr:selectOneChoice not displayed in IE LIGHTWEIGHT_DIALOGS

Posted by Mathias Walter <ma...@gmx.net>.
Hi again,

I made the selectOneChoice required and since it's not displayed, I tried to
submit the form. VoilĂ , it's displayed now and the required error message is
also displayed.

Really strange ...

--
Kind regards,
Mathias

> -----Original Message-----
> From: Mathias Walter [mailto:mathias.walter@gmx.net] 
> Sent: Friday, April 18, 2008 11:39 PM
> To: 'MyFaces Discussion'
> Subject: [Trinidad] tr:selectOneChoice not displayed in IE 
> LIGHTWEIGHT_DIALOGS
> 
> 
> Hi,
> 
> I'm using tr:selectOneChoice in a LIGHTWEIGHT_DIALOG. 
> Unfortunately, in IE
> only the label is rendered, but not the select component. 
> With Firefox it
> works. And it works with IE too, if I open the dialog page directly.
> 
> If I use h:selectOneMenu instead, it works, but not if I use it inside
> tr:panelHorizontalLayout.
> 
> If I switch LIGHTWEIGHT_DIALOGS off, tr:selectOneChoice is displayed
> correctly.
> 
> I quickly looked over the iframe source code of the dialog, 
> but could not
> see any unusual things. The tr:selectOneChoice gets rendered.
> 
> Are this known bugs?
> 
> Also, the width of LIGHTWEIGHT_DIALOGS is often too small and 
> the hight to
> big.
> 
> --
> Kind regards,
> Mathias