[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
Thu Feb 5 20:37:44 EST 2009


     [ https://jira.jboss.org/jira/browse/RF-2517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Fix Version/s: 3.3.1
                       (was: Future)
         Assignee: Pavel Yaschenko  (was: Nick Belaevski)


Check please

> Drag-n-Drop between Tree and a Panel with drag/dropSupport
> ----------------------------------------------------------
>
>                 Key: RF-2517
>                 URL: https://jira.jboss.org/jira/browse/RF-2517
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.4
>            Reporter: Ralf Loechte
>            Assignee: Pavel Yaschenko
>             Fix For: 3.3.1
>
>
> 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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list