Approved!
On 2008-08-11, at 17:40EDT, André Bargull wrote:
Change 20080811-bargull-FAg by [EMAIL PROTECTED] on 2008-08-11
23:18:43
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: harmonize debugger output + add IE stuff
New Features:
Bugs Fixed: LPP-5033, LPP-5407
Technical Reviewer: ptw
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Format display-results with "%#w" to show same output as in SWF
(LPP-5033).
Don't "with (global)" to support Opera (LPP-5407) (I'm running with
this fix since February without any problems)
IE fixes: - don't use 'HTMLElement' - it's not defined
- instead I'm using an IE-particularity: HTMLElements are objects
(typeof returns 'object'), but they haven't got a constructor-property
- don't use 'Node' - it's not defined, too
- instead use the constant directly
Tests:
Files:
M WEB-INF/lps/lfc/debugger/platform/dhtml/LzDebug.js
M WEB-INF/lps/lfc/debugger/platform/dhtml/kernel.js
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080811-bargull-FAg.tar