Thanks! I updated the release notes field on the bug to correct this.
Regards,
Max Carlson
OpenLaszlo.org
On 4/22/10 5:34 PM, André Bargull wrote:
Approved.
The mouse wheel is now deactivated when the mouse leaves the canvas.
Except for swf8, because there is no onmouse{enter, leave} event.
On 4/20/2010 10:32 PM, Max Carlson wrote:
Change 20100415-maxcarlson-X by maxcarl...@bank on 2010-04-15 16:09:06
PDT
in /Users/maxcarlson/openlaszlo/trunk-clean
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: UPDATED: Fix mousewheel activation for swf10 and dhtml
Bugs Fixed: LPP-8756 - SWF9/10: mousewheel doesn't work
Technical Reviewer: [email protected]
QA Reviewer: hminsky
Release Notes: The mouse wheel is now deactivated when the mouse
leaves the canvas.
Details: Updated to resolve conflict in LzMouseKernel.
dhtml/LzMouseKernel - Send global onmouseenter/leave events when the
mouse enters or leaves the canvas.
swf9/LzMouseKernel - Comment out unused __mouseWheelHandler() method.
LzGlobalMouse - Track whether the mouse is over the canvas, forward
onmouseenter/leave events to the canvas, clarify comments about
onmouseenter/leave events.
LzKeys - Don't sent mouse wheel events when the mouse isn't over the
canvas.
LaszloCanvas - Clarify comments about onmouseenter/leave events.
Tests: See LPP-8756?lzr=dhtml and lzr=swf10. Moving the mouse off the
canvas area will prevent mouse wheel events from being sent.
Files:
M WEB-INF/lps/lfc/kernel/dhtml/LzMouseKernel.js
M WEB-INF/lps/lfc/kernel/swf9/LzMouseKernel.as
M WEB-INF/lps/lfc/services/LzGlobalMouse.lzs
M WEB-INF/lps/lfc/services/LzKeys.lzs
M WEB-INF/lps/lfc/views/LaszloCanvas.lzs
Changeset:
http://svn.openlaszlo.org/openlaszlo/patches/20100415-maxcarlson-X.tar