|
|
|
This test case works for me in DHTML, firefox 2 os x:
<canvas> <view width="300" height="300" clip="true"> <view bgcolor="red" width="300" height="800" id="se" onmouseover="this.ismouseover = true" onmouseout="this.ismouseover = false"/> <scrollbar usemousewheel="true"> <method event="onmousewheeldelta" reference="LzKeys" args="d"> <![CDATA[ if (se.ismouseover == true) { this.step(-d); } ]]> </method> </scrollbar> </view> </canvas> I think Frisco's bug report may apply to the components themselves. The low-level stuff works across swf and dhtml as the testcase I attached shows...
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
LPP-115do not pass in OL4 and lzr=dhtml.