Uploaded image for project: 'MyFaces Trinidad'
  1. MyFaces Trinidad
  2. TRINIDAD-1071

combobox not shown in IE inside a lightweight dialog

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.7-core
    • 1.0.12-core, 1.2.13-core
    • Components
    • None
    • Tomcat 6.0.14, Sun JSF RI 1.2, Windows XP SP2, IE6, Facelets 1.1.14

    Description

      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>

      Attachments

        1. lwdlg_missingcb_IE_1.jpg
          10 kB
          Mathias Walter
        2. lwdlg_correctcb_IE.jpg
          14 kB
          Mathias Walter
        3. ChooseDateRenderer.java
          46 kB
          Hardik Shah
        4. TRINIDAD-1071.patch
          20 kB
          Matthias Wessendorf

        Issue Links

          Activity

            People

              matzew Matthias Wessendorf
              tolot27 Mathias Walter
              Votes:
              6 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 4h
                  4h
                  Remaining:
                  Remaining Estimate - 4h
                  4h
                  Logged:
                  Time Spent - Not Specified
                  Not Specified