[richfaces-issues] [JBoss JIRA] Created: (RF-2517) Drag-n-Drop between Tree and a Panel with drag/dropSupport

Ralf Loechte (JIRA) jira-events at lists.jboss.org
Fri Mar 14 11:16:28 EDT 2008


Drag-n-Drop between Tree and a Panel with drag/dropSupport
----------------------------------------------------------

                 Key: RF-2517
                 URL: http://jira.jboss.com/jira/browse/RF-2517
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.1.4
            Reporter: Ralf Loechte
             Fix For: 3.2.0


I have a rich:tree with drag-n-drop and a panel with dropSupport plus a dataTable which columns have a dragSupport. The tree lies in a t:div with style overflow=auto to be srollable in case that the tree becomes very big. Dragging elements between the tree and the panel works fine but once you drag/drop an element within the tree you cannot drag/drop elements between the tree and the panel. It seems to be that the drag-elements will be droped on the tree even the mouse is over the drop-panel. Astonishingly It works if you remove overflow=auto in the div.

<t:div style="overflow=auto;">
<rich:tree>
...
</t:div>

<t:div>
<rich:panel>
  <rich:dropSupport>
...
  </rich:dropSupport>
<h:dataTable ...>

  <h:column ...>

       <a4j:outputPanel>     

           <rich:dragSupport ...>

           </rich:dragSupport>

           <h:outputText ...>

       </a4j:outputPanel>

  </h:column>

</h:dataTable>


</rich:panel>
</t:div>

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