That would be a great solution, if you can find a way in IE. Sometimes IE will have a non-standard style that you can use.
On 2012-02-20, at 02:06, Frank Guo wrote: > thanks you very much. > > I found if we style pointer-events: none, > the mouse event can pass through the upper div,but it not work in IE. > > If we can use this feature to optimize dhtml version, remove the clickdiv. > The performance will be better. > > frank > > > On 02/11/2012 09:08 AM, Raju Bitter wrote: >> The whole clickdiv approach is messy, in my eyes. Not sure if it was a >> good idea to mimic the SWF click behavior. Here's what Tucker had to >> say in LPP/5447: >> "Basically, SWF has a different model of how clicks pass when a >> non-clickable element overlaps a clickable one. The kludges we have >> put in place to emulate SWF (which passes the clicks through to the >> underlying element) result in the text not being clipped by the >> overlapping elements." >> >> >> http://jira.openlaszlo.org/jira/browse/LPP-5447 >> http://jira.openlaszlo.org/jira/browse/LPP-2520 >> http://jira.openlaszlo.org/jira/browse/LPP-2680 >> >> - Raju > > <test.html>
