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

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Sat Jan 10 10:14:14 EST 2009


    [ https://jira.jboss.org/jira/browse/RF-5601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447117#action_12447117 ] 

Tsikhon Kuprevich commented on RF-5601:
---------------------------------------

<?xml version="1.0"?>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>

<html>
<f:view>
	<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<link rel="stylesheet" type="text/css" href="stylesheet.css" />
	<title>Edit Node</title>
	</head>

	<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>


</f:view>
</html>



> 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