Please, can anyone help me with this issue?
It happens with modal windows and non-modal ones.
dperez wrote:
>
> In qx.ui.form.ComboBox, all the mouse processing was done in the ComboBox
> class (not using the built-in List mouse handling).
> As Table is more complicated than List, I decided to let the Table handle
> itself the mouse.
> I don't capture the events, instead I play with autoHide.
>
> qx.Proto._openPopup = function() {
> ....
> p.setAutoHide(false);
> ....
> window.setInterval(function() {
> p.setAutoHide(true);
> }, 0);
> }
>
> This works ok, except when the combo is inside a window.
> In that case, the popup table doesn't receive any mouse events.
> It is due to Z-index ordering or the window capturing the events?
>
--
View this message in context:
http://www.nabble.com/autoHide-windows-tf2606885.html#a7354239
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel