[
https://jira.jboss.org/jira/browse/RF-4313?page=com.atlassian.jira.plugin...
]
Nick Belaevski updated RF-4313:
-------------------------------
Fix Version/s: Future
dragIndicator: component stay binded to cursor after mouse button is
released under Safari browser.
---------------------------------------------------------------------------------------------------
Key: RF-4313
URL:
https://jira.jboss.org/jira/browse/RF-4313
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: Safari 3.1(3.2.2.BETA5)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
Priority: Minor
Fix For: Future
#1. Use following code:
<h:form>
<rich:panel id="panelID">
<rich:dragIndicator id="indicatorID">
<f:facet name="single">
<f:verbatim>{param1} {param2} {param3}</f:verbatim>
</f:facet>
</rich:dragIndicator>
<rich:panel style="width: 200px;">
<rich:dragSupport dragType="button"
dragIndicator="indicatorID">
<rich:dndParam name="param1"
value="dragParam"></rich:dndParam>
</rich:dragSupport>
<h:commandButton id="buttonID" action="return false;"
value="draggable button" />
</rich:panel>
<br />
<rich:panel style="width: 200px;">
<h:inputTextarea id="textAreaID1" value="accept button"
disabled="true" />
<rich:dropSupport acceptedTypes="button">
<rich:dndParam name="param2"
value="dropParam1"></rich:dndParam>
</rich:dropSupport>
</rich:panel>
<rich:panel style=" width : 200px;">
<h:inputTextarea id="textAreaID2" value="reject button"
disabled="true" />
<rich:dropSupport acceptedTypes="">
<rich:dndParam name="param3"
value="dropParam2"></rich:dndParam>
</rich:dropSupport>
</rich:panel>
</rich:panel>
</h:form>
#2. Navigate to page with rich:dragIndicator under Safari.
#3. Drag panel with "draggable button" button to any of remaining panels.
#4. Under a panel with dropSupport inside release mouse button.
#5. Move pointer out the panel.
Actual behavior:
Drag indicator with dndParams still visible & attached to mouse pointer.
--
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