[richfaces-issues] [JBoss JIRA] Reopened: (RF-1490) rich:panelBar component: mousemove and mouseover event attributes don't work

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Wed Jan 9 12:05:43 EST 2008


     [ http://jira.jboss.com/jira/browse/RF-1490?page=all ]

Tsikhon Kuprevich reopened RF-1490:
-----------------------------------

             
		<rich:panelBar onmouseover="alert('mousemove')" id="pBId" height="#{panelBar.height}" width="#{panelBar.width}" contentClass="#{panelBar.contentStyle}"
			styleClass="#{panelBar.style}" selectedPanel="pBiId4" onclick="showEvent('onclickInputID', 'onclick work!')">
			<rich:panelBarItem rendered="#{panelBar.rendered}" id="pBiId1" label="#{panelBar.label[0]}"
				headerClass="#{panelBar.headerStyle}">
				<h:outputText value="Some text..."></h:outputText>
			</rich:panelBarItem>

			<rich:panelBarItem id="pBiId2" label="#{panelBar.label[1]}" headerClass="#{panelBar.headerStyle}">
				<h:graphicImage value="/pics/masshtaby_01.jpg" width="300" height="200"></h:graphicImage>
			</rich:panelBarItem>

			<rich:panelBarItem id="pBiId3" label="#{panelBar.label[2]}" headerClass="#{panelBar.headerStyle}">
				<f:facet name="openMarker">
					<h:graphicImage value="/pics/ajax_process.gif"></h:graphicImage>
				</f:facet>
				<f:facet name="closeMarker">
					<h:graphicImage value="/pics/ajax_stoped.gif"></h:graphicImage>
				</f:facet>
				<h:graphicImage value="/pics/podb109_61.jpg" width="300" height="200"></h:graphicImage>
			</rich:panelBarItem>

			<rich:panelBarItem id="pBiId4" label="#{panelBar.label[3]}" headerClass="#{panelBar.headerStyle}">
				<h:outputText value="Select Panel"></h:outputText>
			</rich:panelBarItem>
		</rich:panelBar>

> rich:panelBar component: mousemove and mouseover event attributes don't work
> ----------------------------------------------------------------------------
>
>                 Key: RF-1490
>                 URL: http://jira.jboss.com/jira/browse/RF-1490
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.0
>            Reporter: Gleb Galkin
>         Assigned To: Alexej Kushunin
>             Fix For: 3.2.0
>
>
> Check following event attributes: mousemove, mouseover. 
> Maybe change these event attributes to the common form (e.g.onmouseover).

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

        



More information about the richfaces-issues mailing list