How Can I Pass Events On To A Hidden ?
I've working on a simple view around a browser using XULRunner 1.9.2.
Solution 1:
As I recall you can do this by using mousethrough="always"
attribute but I'm not sure that you can set it directly on the <canvas>
element itself, so you may need to wrap it inside some sort of box. Otherwise as you're using XULRunner 1.9.2 I believe the pointer-events: none; CSS property can be used instead.
Post a Comment for "How Can I Pass Events On To A Hidden?"