Yonggang Luo wrote:
For example, I have the button on the top, and the tree under the button, I
want both tree and button respond to mouse events.
They can't both respond to mouse events. However the events that don't
target the button may miss the tree because there is an intervening
element, such as a box that contains the button.
To work around this, add allowevents="false" to the box and
allowevents="true" to the button.
--
Warning: May contain traces of nuts.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform