Re: [qooxdoo-devel] Tooltip appearing behind a qx.ui.window.Window

2014-03-21 Thread Kai Griffin
… and just to confirm: I downloaded & installed Chrome Canary, and the problem did indeed go away. On 21 Mar 2014, at 19:10, Kai Griffin wrote: > I recently (today!) discovered that I’m suffering the same problem in Chrome > only… except in my case it’s entire qx.ui.window.Window instances th

Re: [qooxdoo-devel] Tooltip appearing behind a qx.ui.window.Window

2014-03-21 Thread Kai Griffin
I recently (today!) discovered that I’m suffering the same problem in Chrome only… except in my case it’s entire qx.ui.window.Window instances that are appearing behind the rest of the Qooxdoo UI (as well as tooltips). I’m positive I’d have noticed this if it had been happening any earlier than

Re: [qooxdoo-devel] Tooltip appearing behind a qx.ui.window.Window

2014-03-19 Thread Jonathan Wolfe
Hi Rob, I have: Flot (JS Plotting lib) which inherently includes jQuery Google Maps API v3.10 OpenLayers SmartTable (Qx contrib) and some others that are more statistical in nature. I'm thinking it may be Flot since I am using Flot tooltips in that window which may bump the Qx tooltip down the Z

Re: [qooxdoo-devel] Tooltip appearing behind a qx.ui.window.Window

2014-03-18 Thread Rob Franken
Hello Jonathan, My first question would be, are there any non vanilla qooxdoo components on the webpage, for me that was quite a list and i couldn't figure out which were and which weren't needed for the reproduction. If we get a list we can perhaps see some similarities in those lists and test if

Re: [qooxdoo-devel] Tooltip appearing behind a qx.ui.window.Window

2014-03-18 Thread Jonathan Wolfe
Hi Rob, I can try, but it's likely I'll need hand holding. I'm a self-taught programmer that has been programming for about 7 years so that should give you some indication of my skillset. ;-) Let me know what I can do to help. Thanks! *Jonathan Wolfe* * | Meteorologist Charleston Pilot Project

Re: [qooxdoo-devel] Tooltip appearing behind a qx.ui.window.Window

2014-03-18 Thread Rob Franken
Hi Jonathan, At my place i had dificulty in getting a minimal reproduction (A lot of interwoven code and each attempt at a minimal reproduction failed to reproduce the problem) so I kinda made the same decission to wait for chrome to catch up, but now that there are two cases of a somewhat similar

Re: [qooxdoo-devel] Tooltip appearing behind a qx.ui.window.Window

2014-03-18 Thread Jonathan Wolfe
Hi Rob, Thanks for the heads up! Switching to Canary did solve the issue! So I guess, I just wait for Chrome to catch up... *Jonathan Wolfe* * | Meteorologist Charleston Pilot Project * *Charleston, WV * *National Weather Service 304-746-0190* *preview.weather.gov/edd

Re: [qooxdoo-devel] Tooltip appearing behind a qx.ui.window.Window

2014-03-18 Thread Rob Franken
Hi Jonathan, Just something to try because i had a (perhaps similar) stacking issue in chrome: could you try to disable hardware acceleration in chrome and or test this in chrome canary? -- Rob On Mar 18, 2014 6:18 PM, "Jonathan Wolfe" wrote: > > After further investigating, this appears to onl

Re: [qooxdoo-devel] Tooltip appearing behind a qx.ui.window.Window

2014-03-18 Thread Jonathan Wolfe
After further investigating, this appears to only happen in Chrome. *Jonathan Wolfe* * | Meteorologist Charleston Pilot Project * *Charleston, WV * *National Weather Service 304-746-0190* *preview.weather.gov/edd * On Tue, Mar 18, 2014 at 1:04 PM, Jonathan

Re: [qooxdoo-devel] Tooltip appearing behind a qx.ui.window.Window

2014-03-18 Thread Jonathan Wolfe
Hi Daniel, qx.ui.popup.Manager.__updateIndexes is firing, but the ToolTip still ends up under the window. It's kind of interesting because if I maximize the chrome debugger tool to take up more of the screen, it will sometimes cause the tooltip to be shown above the window, but not always...odd.

Re: [qooxdoo-devel] Tooltip appearing behind a qx.ui.window.Window

2014-03-18 Thread Daniel Wagner
Hi, you could try adding a break point to qx.ui.popup.Manager.__updateIndexes. It should be called whenever a tooltip is shown. Regards, Daniel On 18.03.2014 11:20, Jonathan Wolfe wrote: > Hi, > > What would cause a tooltip to appear behind a qx.ui.window.Window? I > have a set of widgets in