[Laszlo-dev] For Review: Change 20090421-bargull-FBc Summary: fix braino in lz.embed's event-handler utility functions
André Bargull
andre.bargull at udo.edu
Tue Apr 21 14:58:39 PDT 2009
Change 20090421-bargull-FBc by bargull at dell--p4--2-53 on 2009-04-21 23:45:37
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: fix braino in lz.embed's event-handler utility functions
New Features:
Bugs Fixed: LPP-8074 (DHTML: erroneous onmouseup-events after mouse left
app)
Technical Reviewer: max
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Different objects can have the same string representation. So the simple
concatenation of eventscope, eventname, callbackscope and callbackname
does not ensure unique identifiers. Instead you need to save both,
eventscope and callbackscope, and use those values for comparisons.
Tests:
testcase from bugreport
Files:
M lps/includes/source/embednew.js
Changeset:
http://svn.openlaszlo.org/openlaszlo/patches/20090421-bargull-FBc.tar
More information about the Laszlo-dev
mailing list