[Laszlo-checkins] r12374 - openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf9
hqm@openlaszlo.org
hqm at openlaszlo.org
Thu Jan 8 20:29:00 PST 2009
Author: hqm
Date: 2009-01-08 20:28:59 -0800 (Thu, 08 Jan 2009)
New Revision: 12374
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf9/LFCApplication.as
Log:
Change 20090108-hqm-B by hqm at badtzmaru.home on 2009-01-08 22:48:00 EST
in /Users/hqm/openlaszlo/trunk5
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: canvas resize bug
New Features:
Bugs Fixed: LPP-7499
Technical Reviewer: max
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
+ call LzScreenKernel.handleResizeEvent() as last thing in initLFC
Tests:
debugger and canvas size to browser width for
test/hello.lzx?debug=true&lzr=swf9
test/hello.lzx?debug=true&lzr=swf10
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf9/LFCApplication.as
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf9/LFCApplication.as 2009-01-09 04:23:09 UTC (rev 12373)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf9/LFCApplication.as 2009-01-09 04:28:59 UTC (rev 12374)
@@ -1,7 +1,7 @@
/**
* LFCApplication.as
*
- * @copyright Copyright 2007, 2008 Laszlo Systems, Inc. All Rights Reserved.
+ * @copyright Copyright 2007, 2008, 2009 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
@@ -90,6 +90,10 @@
*/
LzKeyboardKernel.setCallback(lz.Keys, '__keyEvent');
+
+ // LPP-7597: This is the fix for LPP-7499 canvas size not intialized to browser size
+ LzScreenKernel.handleResizeEvent();
+
}
function reportWheel(event:MouseEvent):void {
More information about the Laszlo-checkins
mailing list