dragSupport: "grabCursors" and "grabbingCursors" attributes
doesn't work with multiple cursor types.
----------------------------------------------------------------------------------------------------
Key: RF-5376
URL:
https://jira.jboss.org/jira/browse/RF-5376
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA3)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
#1. Set grabbingCursors and grabCursors attributes, as shown below:
<h:panelGrid columns="1" id="panel1">
<h:panelGroup id="column1">
<a4j:outputPanel>
<rich:dragSupport dragType="dragType1"
dragIndicator="indicator"
grabbingCursors="move,all-scroll"
grabCursors="progress,not-allowed"></rich:dragSupport>
<h:outputText value="Drag it 1" />
<br/>
<h:outputText value="Drag it 11" />
</a4j:outputPanel>
</h:panelGroup>
</h:panelGrid>
#2. Add drop zone with acceptedTypes="dragType1".
#3. Navigate to the page
#4. Mouse over drag zone, verify cursor style.
#5. Drag'n'Drop panelGrid content, verify cursor style.
Actual behavior:
In both ways(#4,#5), cursor style isn't changed.
--
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