Done http://bugzilla.qooxdoo.org/show_bug.cgi?id=2713
Larry, I tried to add you as a CC for the bug but it looks like you
haven't signed up yet, might be worth while doing so as it will let you
keep track of bug's process easily.
Daniel Wagner wrote:
> Hi Matthew,
>
> Fabian won't be in the of
Hi Matthew,
Fabian won't be in the office until Wednesday. Could you please open a
bug report for this issue and assign it to him?
Regards,
Daniel
Matthew Gregory schrieb:
> OK,
> Normally when you block a widget, the widget becomes "anonymous" so it
> doesn't recieve any events. The problem
OK,
Normally when you block a widget, the widget becomes "anonymous" so it
doesn't recieve any events. The problem here is caused because when a
model window is foun qx.ui.core.MBlocker.blockForContent is called which
doesn't set the widget to anonymous, I think this is a bug.
For a temporary w
Hmm..
Still not sure on the "widgetTarget is null" error but I have just tried
some stuff in the playground and this seems like a bug.
I'll do some digging and keep you posted
Matt
larry blische wrote:
> Thanks Matt but I just tried commenting out the open() and close() functions.
> Without them
Thanks Matt but I just tried commenting out the open() and close() functions.
Without them the mouseup event is not blocked, I get the alert in the
mouseup listener when I click on the root window.
So I guess setModal(true) doesn't block everything.
I do not get the error when these functions ar
Just tried in the playground and if remove your open and close functions
and all should be well. setModel(true) automatically blocks the root
Not sure why it causes the error though.
Larry K Blische wrote:
> I think I replied with this problem to the 'solved' forum and it may have
> been overloo
I think I replied with this problem to the 'solved' forum and it may have
been overlooked so I am trying again.
Below is an example of what my problem is. Here are two classes, an app
class and my modal window class. I have several classes which extent the
ModalWindow class. This is done to provi