Hi,

BTW the only other uses of pointer events in the code is in DragMouseConroller 
and it has:
COMPILE::JS {
   dragImage.element.style['pointer-events'] = 'none';
}

DisableBead which has:
COMPILE::JS {
   (_strand as Object).element.style.pointerEvents = disabled ? "none" : "";
}

And MXMLViewer which has:
element.style.pointerEvents = "none”;

Thanks,
Justin

Reply via email to