Re: [qooxdoo-devel] Controlling window stacking when windows contain iframes

2014-08-05 Thread Mustafa Sak
); } } }); 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

Re: [qooxdoo-devel] Controlling window stacking when windows contain iframes

2014-08-04 Thread Chris Bunn
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

Re: [qooxdoo-devel] Controlling window stacking when windows contain iframes

2014-08-04 Thread Mustafa Sak
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

Re: [qooxdoo-devel] Controlling window stacking when windows contain iframes

2014-08-04 Thread Chris Bunn
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

Re: [qooxdoo-devel] Controlling window stacking when windows contain iframes

2014-08-04 Thread Mustafa Sak
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

Re: [qooxdoo-devel] Controlling window stacking when windows contain iframes

2014-08-04 Thread chalbu
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

Re: [qooxdoo-devel] Controlling window stacking when windows contain iframes

2014-08-01 Thread Chris Bunn
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());

Re: [qooxdoo-devel] Controlling window stacking when windows contain iframes

2014-08-01 Thread Mustafa Sak
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

[qooxdoo-devel] Controlling window stacking when windows contain iframes

2014-08-01 Thread Chris Bunn
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