[Laszlo-checkins] r14079 - in openlaszlo/branches/4.4: . lps/components/extensions test/extensions
ptw@openlaszlo.org
ptw at openlaszlo.org
Mon Jun 8 06:39:56 PDT 2009
Author: ptw
Date: 2009-06-08 06:39:52 -0700 (Mon, 08 Jun 2009)
New Revision: 14079
Modified:
openlaszlo/branches/4.4/
openlaszlo/branches/4.4/lps/components/extensions/html.lzx
openlaszlo/branches/4.4/test/extensions/html.lzx
Log:
Merged revisions 14045 via svnmerge from
http://svn.openlaszlo.org/openlaszlo/trunk
.......
r14045 | hqm | 2009-06-02 15:12:42 -0400 (Tue, 02 Jun 2009) | 28 lines
Change 20090602-hqm-3 by hqm at badtzmaru.home on 2009-06-02 13:53:28 EDT
in /Users/hqm/openlaszlo/trunk6
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: add missing setSendMouseEvents method
New Features:
Bugs Fixed: LPP-8245
Technical Reviewer:
QA Reviewer: promanik
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
+ added setSendMouseEvents method to iframemanager proxy
Tests:
test runs without errors
.......
Property changes on: openlaszlo/branches/4.4
___________________________________________________________________
Name: svnmerge-integrated
- /openlaszlo/branches/4.1:1-10153 /openlaszlo/branches/4.2:1-12154,12181,13205,13778 /openlaszlo/branches/devildog:1-8432 /openlaszlo/branches/pagan-deities:1-7955,8825,10756-10920,10922-10928,10930-10935,11151,11207,11554,13476,13629 /openlaszlo/branches/paperpie:1-6504,6506-6574,6576-7135,7137-7235 /openlaszlo/branches/wafflecone:1-5746,5818-6068,6070-6205,6207-6213,6216-6265,6267-6368,6370-6431,6433-6450,6497,6509,6661,7097,7872 /openlaszlo/trunk:1-13937,13948-13952,13954-13968,13970,13972-13980,13982-13985,13987-14002,14021-14032,14034,14036-14044,14046-14067
+ /openlaszlo/branches/4.1:1-10153 /openlaszlo/branches/4.2:1-12154,12181,13205,13778 /openlaszlo/branches/devildog:1-8432 /openlaszlo/branches/pagan-deities:1-7955,8825,10756-10920,10922-10928,10930-10935,11151,11207,11554,13476,13629 /openlaszlo/branches/paperpie:1-6504,6506-6574,6576-7135,7137-7235 /openlaszlo/branches/wafflecone:1-5746,5818-6068,6070-6205,6207-6213,6216-6265,6267-6368,6370-6431,6433-6450,6497,6509,6661,7097,7872 /openlaszlo/trunk:1-13937,13948-13952,13954-13968,13970,13972-13980,13982-13985,13987-14002,14021-14032,14034,14036-14067
Modified: openlaszlo/branches/4.4/lps/components/extensions/html.lzx
===================================================================
--- openlaszlo/branches/4.4/lps/components/extensions/html.lzx 2009-06-08 10:30:14 UTC (rev 14078)
+++ openlaszlo/branches/4.4/lps/components/extensions/html.lzx 2009-06-08 13:39:52 UTC (rev 14079)
@@ -55,6 +55,12 @@
};
lz.Browser.callJS('lz.embed.iframemanager.callJavascript', callback, id, methodName, null, args);
}
+
+lz.embed.iframemanager.setSendMouseEvents = function(id, send) {
+ lz.Browser.callJS('lz.embed.iframemanager.setSendMouseEvents', null, id, send);
+}
+
+
</script>
</otherwise>
</switch>
Modified: openlaszlo/branches/4.4/test/extensions/html.lzx
===================================================================
--- openlaszlo/branches/4.4/test/extensions/html.lzx 2009-06-08 10:30:14 UTC (rev 14078)
+++ openlaszlo/branches/4.4/test/extensions/html.lzx 2009-06-08 13:39:52 UTC (rev 14079)
@@ -66,7 +66,6 @@
</hbox>
<html name="main" history="false" width="100%" height="${classroot.height - this.y - 44}">
<handler name="oninit">
- Debug.write('this.src', this.src);
this.bringToFront();
</handler>
<handler name="oniframe">
@@ -80,7 +79,6 @@
</handler>
<method name="mouseevent" args="ename">
super.mouseevent(ename);
- Debug.warn('mouseevent', ename);
</method>
</html>
</class>
More information about the Laszlo-checkins
mailing list