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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sun Apr 27 19:27:13 EDT 2008


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

Nick Belaevski updated RF-2517:
-------------------------------

    Fix Version/s: 3.2.2
                       (was: 3.2.1)

> 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
>         Assigned To: Nick Belaevski
>             Fix For: 3.2.2
>
>
> 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