);
}
}
});
Gruß
Mustafa Sak
Applications & Integration
1&1 Internet AG
Ernst-Frey-Straße 10
DE-76135 Karlsruhe
Von: Chris Bunn [mailto:cha...@gmail.com]
Gesendet: Montag, 4. August 2014 21:06
An: qooxdoo Development
Betreff: Re: [qooxdoo-devel] Controlling window stacking when window
you the code as soon as
> possible.
>
> Gruß
> Mustafa Sak
>
> Applications & Integration
>
> 1&1 Internet AG
> Ernst-Frey-Straße 10
> DE-76135 Karlsruhe
>
>
> -Ursprüngliche Nachricht-
> Von: chalbu [mailto:cha...@gmail.com]
> Gesendet: M
gust 2014 16:48
An: qooxdoo Development
Betreff: Re: [qooxdoo-devel] Controlling window stacking when windows contain
iframes
Mustafa,
I have been testing the behavior in Chrome and Firefox, (I had not bothered
with IE testing yet). If I select the window using the title bar it moves
forward in the
devel@lists.sourceforge.net
> Betreff: Re: [qooxdoo-devel] Controlling window stacking when windows
> contain iframes
>
> Mustafa,
>
> I apologize I don't know how to share a playground example.
>
> Does the following code example help explain what I am trying to do.
&g
reff: Re: [qooxdoo-devel] Controlling window stacking when windows contain
iframes
Mustafa,
I apologize I don't know how to share a playground example.
Does the following code example help explain what I am trying to do.
Clicking in the content area of either of the windows will not move the w
Mustafa,
I apologize I don't know how to share a playground example.
Does the following code example help explain what I am trying to do.
Clicking in the content area of either of the windows will not move the
window to the top of the stack.
-Chris
var win1 = new qx.ui.window.Window("First W
The following illustrates the issue.
I understand the difficulty in managing stacking order when working with
iFrames, I was just hoping that someone may have worked out a solution
before.
Thanks,
-Chris
var win1 = new qx.ui.window.Window("First Window");
win1.setLayout(new qx.ui.layout.Grow());
Hi Chris,
could you please provide us with a playground example.
Dealing with iframes is often difficult and makes things more complex.
Regards Mustafa
Von meinem iPhone gesendet
> Am 01.08.2014 um 21:39 schrieb "Chris Bunn" :
>
> I am working with a qx.ui.window.Window that contains an ifr
I am working with a qx.ui.window.Window that contains an iframe. The iframe
may contain generated HTML or a PDF document. When a second window overlays
the window containg the iframe clicking back into the iframe portion of the
window does not change the window stacking order. Is there a general
so