Problem with Drag and Drop of Portlet's

  1. #1

    Problem with Drag and Drop of Portlet's

    Hello,

    I have a problem with drag and drop of portlets within a portal. When I move the portlet "Col 2 Portlet 1" in the left column, the entire column layout is discarded. If the drop of portlets is done, the correct layout is displayed again. I imagine it like this, which takes the width of the column when you move the portlet, not when you drop the portlet. Can someone help me with it


    <ext:Panel ID="Panel1" runat="server" Layout="FormLayout" Title="Portal">
                <Items>
                    <ext:Portal ID="Portal1" runat="server" Layout="ColumnLayout" Draggable="true" >
                        <Items>
                            <ext:PortalColumn ID="Col1" runat="server" ColumnWidth="0.3" >
                                <Items>
                                    <ext:Portlet ID="Port1Col1" Title="Col 1 Portlet 1" runat="server" Height="300" Padding="6" >
                                    </ext:Portlet>
                                </Items>
                            </ext:PortalColumn>
                            <ext:PortalColumn ID="col2" runat="server"  ColumnWidth="0.7" >
                                <Items>
                                    <ext:Portlet ID="Port1Col2" Title="Col2 Portlet 1" runat="server" Height="300" Padding="6">
                                    </ext:Portlet>
                                    <ext:Portal ID="Port2Col2" Title="Col2 Portlet 2" runat="server" Height="300" Padding="6">
                                    </ext:Portal>
                                </Items>
                            </ext:PortalColumn>
                        </Items>
                  
                    </ext:Portal>
                </Items>
            </ext:Panel>


    Thank you very much
    Last edited by Daniil; Mar 17, 2014 at 6:03 AM. Reason: Please use [CODE] tags
  2. #2
    Hi @Woyciniuk,

    Yes, it appears that a Portal doesn't behave well with different width of PortalColumns.

    Setting
    ColumnWidth="0.29"
    and
    ColumnWidth="0.69"
    helps a bit.

    These threads might be helpful.
    http://forums.ext.net/showthread.php?20338
    http://forums.ext.net/showthread.php?20201

Similar Threads

  1. [CLOSED] Drag Drop problem in TreeGrid
    By legaldiscovery in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 17, 2011, 9:22 AM
  2. [CLOSED] [1.0] Portal drag and drop Portlet bugs
    By x1000 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 02, 2010, 6:42 AM
  3. selection problem if drag drop is enabled
    By [WP]joju in forum 1.x Help
    Replies: 0
    Last Post: Feb 19, 2010, 12:38 AM
  4. [CLOSED] [1.0] Portlet drag-drop error
    By tansu in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 11, 2009, 6:40 PM
  5. [CLOSED] MultiSelect with drag and drop, Drop listener
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 30, 2009, 8:25 AM

Tags for this Thread

Posting Permissions