[Laszlo-checkins] r14098 - openlaszlo/trunk/lps/includes/source
max@openlaszlo.org
max at openlaszlo.org
Tue Jun 9 13:58:43 PDT 2009
Author: max
Date: 2009-06-09 13:58:43 -0700 (Tue, 09 Jun 2009)
New Revision: 14098
Modified:
openlaszlo/trunk/lps/includes/source/iframemanager.js
Log:
Change 20090609-maxcarlson-l by maxcarlson at Bank on 2009-06-09 13:37:09 PDT
in /Users/maxcarlson/openlaszlo/trunk-clean
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Fix typo in iframemanager.js
Bugs Fixed: LPP-8177 - Don't get mouseover on LZX view over an iframe when I click on the iframe in Firefox
Technical Reviewer: andre.bargull at udo.edu
QA Reviewer: lorien
Details: Fix typo, thanks to Andre.
Tests: See LPP-8177.
Modified: openlaszlo/trunk/lps/includes/source/iframemanager.js
===================================================================
--- openlaszlo/trunk/lps/includes/source/iframemanager.js 2009-06-09 20:46:39 UTC (rev 14097)
+++ openlaszlo/trunk/lps/includes/source/iframemanager.js 2009-06-09 20:58:43 UTC (rev 14098)
@@ -348,7 +348,7 @@
// clear __lastMouseDown to prevent mouseover/out events being sent as dragin/out events - see LzSprite.js and LzMouseKernel.js - there will be no global mouseup sent from window.document to clear this...
if (eventname == 'onmouseup') {
- if (LzMouseKernel.__lastMouseDown = iframe.owner.sprite) {
+ if (LzMouseKernel.__lastMouseDown == iframe.owner.sprite) {
LzMouseKernel.__lastMouseDown = null;
}
}
More information about the Laszlo-checkins
mailing list