Ah - I think that’s going to be a problem unless you override some fairly 
fundamental handling code; it’s been a while since I looked at it but as I 
recall the issue will be that the framework does not distinguish between 
different types of popup, IE even though from your point of view the popup of 
the column selector is a child popup of the table which is a child of the 
original popup, the framework will see both of the popups as equal and 
therefore when you leave one popup they are all told to close.

You’ll need another approach; you could implement your own column selector 
which sits next to the table in the popup; toggle it’s visibility between 
“excluded" and “visible” if you don’t want it to always be visible.  That way 
the column selector is not a popup and therefore will not compete with the 
original popup.

Alternatively, you could try to hook events and re-show the original popup but 
I suspect that will be tricky, could cause flashing, and may be unpredictable 
in different browsers or framework versions.

John





On 09/10/2015, 08:52, "kirra5" <darja.drofen...@gmail.com> wrote:

>Thank you very much, but unfortunately, this is not what I am looking for. It
>is not enough that it looks like an popup, I also need it to behave like one
>(hides when clicking outside, ....).
>
>
>
>
>--
>View this message in context: 
>http://qooxdoo.678.n2.nabble.com/Table-column-selector-problem-is-this-a-bug-tp7587661p7587673.html
>Sent from the qooxdoo mailing list archive at Nabble.com.
>
>------------------------------------------------------------------------------
>_______________________________________________
>qooxdoo-devel mailing list
>qooxdoo-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to