[richfaces-issues] [JBoss JIRA] Resolved: (RF-5601) inputNumberSlider: incorrect slider icon view in Opera

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Jan 9 12:57:04 EST 2009


     [ https://jira.jboss.org/jira/browse/RF-5601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski resolved RF-5601.
--------------------------------

    Resolution: Cannot Reproduce Bug
      Assignee: Tsikhon Kuprevich  (was: Nick Belaevski)


> inputNumberSlider: incorrect slider icon view in Opera
> ------------------------------------------------------
>
>                 Key: RF-5601
>                 URL: https://jira.jboss.org/jira/browse/RF-5601
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>         Environment: any
>            Reporter: Tsikhon Kuprevich
>            Assignee: Tsikhon Kuprevich
>            Priority: Minor
>         Attachments: ins-icon.gif
>
>
> <body topmargin=20 leftmargin="20">
> <f:subview id="subView">
> 	<h:form id="form">
> 		<rich:inputNumberSlider id="SliderId"
> 			inputPosition="#{inputNumberSlider.inputPosition}"
> 			orientation="#{inputNumberSlider.orientation}"
> 			value="#{inputNumberSlider.value}" width="#{inputNumberSlider.width}"
> 			height="#{inputNumberSlider.height}">
> 		</rich:inputNumberSlider>
> 		<h:panelGrid columns="2" cellspacing="10px" border="1">
> 			<h:outputText value="inputPosition"></h:outputText>
> 			<h:selectOneRadio value="#{inputNumberSlider.inputPosition}">
> 				<f:selectItem itemLabel="right" itemValue="right" />
> 				<f:selectItem itemLabel="left" itemValue="left" />
> 				<f:selectItem itemLabel="top" itemValue="top" />
> 				<f:selectItem itemLabel="bottom" itemValue="bottom" />
> 				<a4j:support event="onchange" reRender="SliderId"></a4j:support>
> 			</h:selectOneRadio>
> 			<h:outputText value="Orientation:"></h:outputText>
> 			<h:selectOneRadio value="#{inputNumberSlider.orientation}"
> 				required="false">
> 				<f:selectItem itemLabel="vertical" itemValue="vertical" />
> 				<f:selectItem itemLabel="horizontal" itemValue="horizontal" />
> 				<a4j:support event="onchange" reRender="SliderId"></a4j:support>
> 			</h:selectOneRadio>
> 			<h:outputText value="Width:"></h:outputText>
> 			<h:inputText value="#{inputNumberSlider.width}" title="in px">
> 				<a4j:support event="onchange" reRender="SliderId"></a4j:support>
> 			</h:inputText>
> 			<h:outputText value="Height:"></h:outputText>
> 			<h:inputText value="#{inputNumberSlider.height}" title="in px">
> 				<a4j:support event="onchange" reRender="SliderId"></a4j:support>
> 			</h:inputText>
> 			<a4j:commandButton value="reRender" reRender="form"></a4j:commandButton>
> 			<h:commandButton action="Submit()" value="Submit"></h:commandButton>
> 		</h:panelGrid>
> 	</h:form>
> </f:subview>
> </body>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list