[ 
https://issues.apache.org/jira/browse/TRINIDAD-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849370#action_12849370
 ] 

Anirban Datta commented on TRINIDAD-1071:
-----------------------------------------

Still the combo box does not appear in IE 6. Although I see the code 
_renderShowComboBoxScriptForIE6 is pretty much in place.
I was using 
myfaces-api-1.2.8.jar
myfaces-impl-1.2.8.jar
trinidad-api-1.2.13.jar
trinidad-impl-1.2.13.jar
and facelets 1.1.14

> combobox not shown in IE inside a lightweight dialog
> ----------------------------------------------------
>
>                 Key: TRINIDAD-1071
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1071
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.2.7-core
>         Environment: Tomcat 6.0.14, Sun JSF RI 1.2, Windows XP SP2, IE6, 
> Facelets 1.1.14 
>            Reporter: Mathias Walter
>            Assignee: Matthias Weßendorf
>             Fix For: 1.0.12-core, 1.2.13-core 
>
>         Attachments: ChooseDateRenderer.java, lwdlg_correctcb_IE.jpg, 
> lwdlg_missingcb_IE_1.jpg, TRINIDAD-1071.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> A combobox (maybe with too long content) is not shown in a lightweight dialog 
> in IE. But if the combobox is a required field and the form is submitted, 
> then the combobox is shown correctly (together with the required error 
> message).
> Code:
> <?xml version='1.0' encoding='utf-8'?>
> <html xmlns="http://www.w3.org/1999/xhtml"; 
> xmlns:f="http://java.sun.com/jsf/core";
>       xmlns:tr="http://myfaces.apache.org/trinidad"; 
> xmlns:trh="http://myfaces.apache.org/trinidad/html";
>       xmlns:h="http://java.sun.com/jsf/html";
>       version="1.2">
>       <trh:head>
>               <title>Arzt auswählen</title>
>       </trh:head>
>       <trh:body>
>               <tr:form>
>                       <tr:panelFormLayout>
>                               <tr:selectOneChoice label="Arzt:" 
> value="#{physicians.choosed}" required="true">
>                                       <f:selectItems 
> value="#{physicians.items}" />
>                               </tr:selectOneChoice>
>                       </tr:panelFormLayout>
>                       <tr:separator />
>                       <tr:panelButtonBar halign="center">
>                               <tr:commandButton id="save" 
> action="#{physicians.select}" text="Übernehmen" />
>                               <tr:commandButton id="cancel" 
> action="#{physicians.cancelSelect}" text="Abbrechen" immediate="true" />
>                       </tr:panelButtonBar>
>               </tr:form>
>       </trh:body>
> </html>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to