Change philip-20110809-Ela by philip@PHILIP-I7 on 2011-08-09 16:13:34
EDT
in /cygdrive/c/clients/laszlo/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: HTML: Fix oncontextmenu handler
New Features:
Bugs Fixed: LPP-10048
Technical Reviewer: (pending)
QA Reviewer: mdemmon
Doc Reviewer: (pending)
Documentation:
Release Notes:
Overview:
Details:
This is most likely a copy/paste mistake.
This line,
if (! e) e = iframe.event;
should be,
if (! e) e = window.event;
Tests:
Run any html component in IE7 and right-click over the html component.
Files:
M lps/includes/source/iframemanager.js
Changeset:
http://svn.openlaszlo.org/openlaszlo/patches/philip-20110809-Ela.tar