[
https://jira.jboss.org/jira/browse/RF-5601?page=com.atlassian.jira.plugin...
]
Tsikhon Kuprevich updated RF-5601:
----------------------------------
Attachment: ins-icon.gif
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: Nick Belaevski
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