Dragging a window over an iframe

  1. #1

    Dragging a window over an iframe

    Hello
    I know there is the same problem with pure extjs, but this is really painful.
    Isnt there any way or workaround to allow a proper drag when your mouse pointer leaves the window handle (cause the window moves too slowly) and ends over an iframe?
  2. #2

    RE: Dragging a window over an iframe

    I'm not entirely sure what you are asking for, but if the <ext:Window> is defined within an <iframe>, then the Window can not be dragged outside of the <iframe>. This is a limitation (or feature?) of the <iframe>.

    If you want to be able to drag an <ext:Window> over/around/outside of an <iframe>, then you need to define the Window in the Parent Page. This is the technique we use in the Examples Explorer, see*https://examples2.ext.net/


    Hope this helps.


    Geoffrey McGill
    Founder
  3. #3

    RE: Dragging a window over an iframe



    Moving thread to "Help" forum from "Bugs".
    Geoffrey McGill
    Founder
  4. #4

    RE: Dragging a window over an iframe



    Actually that's not what I'm asking, sorry for the misunderstanding.
    Take the example explorer, and open the "Source code" window. Now you got a window defined outside an iframe, and you can drag it over. But if your mouse pointer leave the window header, which is the handle for dragging, then the window will stop moving.
    I hope it's easier to understand this way.
  5. #5

    RE: Dragging a window over an iframe

    Rod,

    I experienced that as well but once I turned off debugging and rebuilt the project the lag went away.

    Perhaps try that to see if it will be an issue when live.


  6. #6

    RE: Dragging a window over an iframe

    Hi Rod,

    Ok, I see what you're talking about now. I apologize for the confusion on my part.


    Yes, I have experienced the same Window dragging issues. I'm looking into the cause and to see if we can implement a fix.*


    Geoffrey McGill
    Founder
  7. #7

    RE: Dragging a window over an iframe

    Thx jlertlt, but that's nothing like lag, but just a fact that dragging stop when your mouse pointer is over an iframe.

    Geoff it's np, I dn't rly think I made myself clear to begin with :p

Similar Threads

  1. Replies: 7
    Last Post: Feb 09, 2012, 11:17 AM
  2. How to close Ext Window (with Iframe content)
    By shankar in forum 1.x Help
    Replies: 3
    Last Post: Jul 12, 2010, 11:48 PM
  3. window iframe scroll
    By [WP]joju in forum 1.x Help
    Replies: 1
    Last Post: Nov 17, 2009, 1:18 AM
  4. iframe within Window not getting refreshed
    By n_s_adhikari@rediffmail.com in forum 1.x Help
    Replies: 1
    Last Post: Sep 11, 2009, 5:32 AM
  5. [CLOSED] BodyStyle in window with iframe?
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 20, 2009, 11:41 AM

Posting Permissions