[richfaces-issues] [JBoss JIRA] Created: (RF-10428) DnD: drop events are sent for all decoded drop targets

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Feb 3 14:28:39 EST 2011


DnD: drop events are sent for all decoded drop targets
------------------------------------------------------

                 Key: RF-10428
                 URL: https://issues.jboss.org/browse/RF-10428
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-drag/drop
    Affects Versions: 4.0.0.Milestone6
            Reporter: Nick Belaevski
            Assignee: Nick Belaevski
            Priority: Critical
             Fix For: 4.0.0.Milestone6


Add code to the page (dataBean.data should have more than one item):


		<a4j:repeat value="#{dataBean.data}">
	        <a4j:outputPanel id="drp" layout="block" styleClass="droppable">
				drop here!<br />
	            <dnd:dropTarget id="target" acceptedTypes="#{dataBean.acceptedTypes}" execute="@form"/>
	        </a4j:outputPanel>
		</a4j:repeat>

Drop to any target -> bunch of events will be triggered.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list