Hi,
Thanks for your answer, I will do that.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Show-tooltip-of-a-widget-even-if-it-disabled-tp7586578p7586588.html
Sent from the qooxdoo mailing list archive at Nabble.com.
-
I had a similar problem with iframes, i solved it by making the item that
overlays the iframe (ie the canvas in your example) hidden until i wanted it to
receive events - if you can detect the mouse down on the iframe, perhaps you
can show the canvas so that you block all future events going to
Hi Peter,
generically
two things come to mind:
http://www.vinylfox.com/forwarding-mouse-events-through-layers/
and
pointer-events: none;
https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events
the second unfortunately is no all that well supported ...
espceially IE only added supp
Hi there (and happy new year),
I am looking for a way to add a layer over any other LayoutItem, that is
"transparent" for all pointer events.
What I want to accomplish can be seen in the attached playground example[1].
There one can draw rectangles with the *right* Mouse-key over a HTML-Frame.
My original post did not end up in thread, so here it is again (FYI ;) )
I still vote for the Interface to be 'standardized'!
Fritz Zaucker wrote:
I don't really know what the "usual" order is, but key,value seems a lot more
natural to me than value,key. After all, key=>value is always well de