Touchfaces in 2.2 RC2 css broken

UI Components for JSF
Post Reply
moktc
Posts: 37
Joined: 18 Aug 2010, 03:08

17 Nov 2010, 17:12

Hi All

Not sure if you notice it but Touchfaces in 2.2 does not display the input fields correctly. eg in the following xhtml, the slider in 2.0.2 display correctly but not in 2.2

Code: Select all

<i:tableView id="detail">
		<i:rowGroup >
		<i:rowItem>
               <h:panelGrid columns="2" styleClass="full" columnClasses="nowrap,">
                  <h:outputLabel value="Material:" for="currentSessionRating" />
                  <h:inputText id="currentSessionRating" value="#{homePageController.currentSession.rating}"
                     label="Material">
                     <f:validateLongRange minimum="0" maximum="100" />
                  </h:inputText>
               </h:panelGrid>
               <center><p:slider id="notificationThresholdSlider" for="currentSessionRating" minValue="0" maxValue="10" /></center>
            </i:rowItem>
		</i:rowGroup>
		<p:commandLink actionListener="#{homePageController.send}" style="margin:0 10px;" styleClass="whiteButton" update="panel" >Send</p:commandLink>
	</i:tableView>
Hope this can be fixed in 2.2 final. Thanks.

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

17 Nov 2010, 17:35

TouchFaces will be redesigned/rewritten in 2.3 and renamed as PrimeFaces mobile so probably we won't touch current codebase.

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 48 guests