|
|
|
[
Permlink
| « Hide
]
Max Carlson - 09/Oct/07 04:00 PM
Upgrading to p0
Author: max
Date: 2007-10-09 16:48:54 -0700 (Tue, 09 Oct 2007) New Revision: 6774 Modified: openlaszlo/branches/wafflecone/lps/includes/source/lzhistory.js Log: Change 20071009-maxcarlson-U by maxcarlson@plastik on 2007-10-09 15:43:57 PDT in /Users/maxcarlson/openlaszlo/wafflecone for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone Summary: Fix dojo.flash.comm errors on osx firefox New Features: Bugs Fixed: Technical Reviewer: promanik QA Reviewer: jcrowley Doc Reviewer: (pending) Documentation: Release Notes: Details: Make sure dojo.flash.comm exists before calling dojo.flash.comm.receiveHistory(). Tests: See Modified: openlaszlo/branches/wafflecone/lps/includes/source/lzhistory.js =================================================================== --- openlaszlo/branches/wafflecone/lps/includes/source/lzhistory.js 2007-10-09 23:14:55 UTC (rev 6773) +++ openlaszlo/branches/wafflecone/lps/includes/source/lzhistory.js 2007-10-09 23:48:54 UTC (rev 6774) @@ -53,7 +53,7 @@ ,/** @access private */ _historyEvent: function (value) { - if (Lz.loaded) { + if (Lz.loaded && dojo.flash.comm) { //alert(value); dojo.flash.comm.receiveHistory(value + ''); return true; _______________________________________________ Laszlo-checkins mailing list Laszlo-checkins@openlaszlo.org http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins Launching:
http://localhost:8080/lps-4.1.x/demos/lzpix/app.lzx?debug=true&lzbacktrace=false&lzr=dhtml and seeing no errors. Launched in Firefox 2.0.0.8 in OS X 10.4.10. Bug closed. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||