ICEfaces
  1. ICEfaces
  2. ICE-11310

ace:radioButtons using f:selectItem entries does not line up

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 4.2
    • Fix Version/s: EE-4.2.0.GA
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      ace
    • Assignee Priority:
      P2

      Description

      showcase example ajax:-> ajax.Advanced.xhtml
      use the following markup:-
      {code}
               <ace:panel id="ajaxAdvancedSettings" header="Settings" style="width: 100%;">
                      <h:panelGrid width="60%" columns="1" cellpadding="20" cellspacing="20">
      <ace:radioButtons id="radioButton" header="Update values: "
      value="#{ajaxAdvancedBean.event}">
      <ace:ajax render="ajaxAdvancedSlider" />
      <f:selectItem itemLabel="after releasing handle" itemValue="slideEnd" />
      <f:selectItem itemLabel="as the handle is moved" itemValue="slide" />
      </ace:radioButtons>
      <ace:checkboxButton id="updateCelsius" value="#{ajaxAdvancedBean.updateCelsius}"
      label="Update Celsius value: " labelPosition="left">
      <ace:ajax render="ajaxAdvancedSlider" />
      </ace:checkboxButton>
      <ace:checkboxButton id="updateFahrenheit" label="Update Fahrenheit value: "
      labelPosition="left"
      value="#{ajaxAdvancedBean.updateFahrenheit}">
      <f:ajax render="ajaxAdvancedSlider" />
      </ace:checkboxButton>
      <ace:checkboxButton id="updateKelvin" label="Update Kelvin value: "
      labelPosition="left"
      value="#{ajaxAdvancedBean.updateKelvin}">
      <f:ajax render="ajaxAdvancedSlider" />
      </ace:checkboxButton>
      </h:panelGrid>
                  </ace:panel>
      {code}

      see attached screen shot for rendering alignment problem

        Issue Links

          Activity

            People

            • Assignee:
              Arturo Zambrano
              Reporter:
              Judy Guglielmin
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: