[CLOSED] [1.0] Problem with Portlet Resizer

  1. #1

    [CLOSED] [1.0] Problem with Portlet Resizer

    In examples, when i add the plugins panelresizer, the portlet doesn't work correctly, i try to resize it, when i resize it down kind of work, but when i resize up the resizer stop working, and i have to click to stop resizing because it's hangs.
    it can be test here : https://examples1.ext.net/#/Portal/Basic/Deluxe/
    It happens with IE8 and firefox too
    thanks a lot
                                                        <ext:Portlet 
                                                            ID="Portlet1" 
                                                            Title="Google Search" 
                                                            runat="server" 
                                                            Height="450"
                                                            Padding="0">
                                                            <AutoLoad Url="http://www.google.com/" Mode="IFrame" />
                                                            <Plugins>
                                                                <ext:PanelResizer />
                                                            </Plugins>
                                                        </ext:Portlet>
  2. #2
    Hi,

    I don't think that it is a bug. When you try to move up the mouse cursor is moved inside portlet which contains iframe. The parent page is not received mouse events while cursor under iframe. For example, if click on resizer and move the mouse sideways (outside portal column) and move up then you will see that resizer resizes portlet

    I don't think that there is any solution while you use iframe in the portlet
  3. #3
    Ok, thanks again, marked as solved

Similar Threads

  1. Pan and Resizer in Image control
    By mirzasa in forum 1.x Help
    Replies: 0
    Last Post: Apr 11, 2011, 6:06 PM
  2. [CLOSED] Problem with showing and removing Mask on Portlet
    By webppl in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 11, 2011, 10:59 AM
  3. [CLOSED] [1.0] Problem with portlet directevent
    By juane66 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Oct 03, 2010, 7:25 PM
  4. Portlet ,Fit Layout problem
    By kiran malgi in forum 1.x Help
    Replies: 0
    Last Post: Jun 01, 2010, 3:05 AM
  5. Resizer Vs. PanelResizer; Wanting split panel
    By camus92 in forum 1.x Help
    Replies: 2
    Last Post: Mar 06, 2009, 4:19 PM

Posting Permissions