[Laszlo-checkins] r10208 - openlaszlo/trunk/lps/includes/source
max@openlaszlo.org
max at openlaszlo.org
Thu Jul 3 16:32:03 PDT 2008
Author: max
Date: 2008-07-03 16:31:57 -0700 (Thu, 03 Jul 2008)
New Revision: 10208
Modified:
openlaszlo/trunk/lps/includes/source/embednew.js
Log:
Change 20080703-maxcarlson-D by maxcarlson at Roboto on 2008-07-03 16:00:44 PDT
in /Users/maxcarlson/openlaszlo/trunk-clean
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Fix mouse wheel events in Flash
Bugs Fixed: LPP-6607 - mouse wheel events not working in Flash as of r10192
Technical Reviewer: promanik
QA Reviewer: hminsky
Details: Change LZKeys. -> lz.Keys.
Tests: trunk/test/lfc/legals/keyboardandmouse.lzx shows onmousewheeldelta events again.
Modified: openlaszlo/trunk/lps/includes/source/embednew.js
===================================================================
--- openlaszlo/trunk/lps/includes/source/embednew.js 2008-07-03 23:17:37 UTC (rev 10207)
+++ openlaszlo/trunk/lps/includes/source/embednew.js 2008-07-03 23:31:57 UTC (rev 10208)
@@ -586,7 +586,7 @@
}
,/** @access private */
_sendMouseWheel: function(d) {
- if (d != null) this.callMethod("LzKeys.__mousewheelEvent(" + d + ")");
+ if (d != null) this.callMethod("lz.Keys.__mousewheelEvent(" + d + ")");
}
,/**
More information about the Laszlo-checkins
mailing list