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

Tsikhon Kuprevich closed RF-2517.
---------------------------------

    Assignee: Nick Belaevski  (was: Tsikhon Kuprevich)


> 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
>          Components: component-drag/drop, component-panels-layout-themes, 
> component-tree
>    Affects Versions: 3.1.4
>            Reporter: Ralf Loechte
>            Assignee: Nick Belaevski
>             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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to