[Laszlo-dev] For Review: Change 20090309-bargull-t0y Summary: tweak LzDebugService.singleEscapeCharacters for IE

André Bargull andre.bargull at udo.edu
Tue Aug 25 10:40:23 PDT 2009


The "\v"-bug is back in IE. It was worked around by replacing '\v' with 
'\x0B' in LzDebugService.singleEscapeCharacters. But now the compiler 
automatically replaces '\x0B' with '\v'. Is that replacement really 
intended?


- André


On 3/10/2009 4:06 AM, P T Withington wrote:
> I can't imagine anyone actually uses vertical tab any more (at least 
> that's what I think \v stands for), in fact I wonder why it was even 
> included in ECMA. But since it's there, should we just use \x0B? Does 
> that work?
> 
> On Mar 9, 2009, at 13:07, André Bargull <andre.bargull at udo.edu> wrote:
> 
>> Change 20090309-bargull-t0y by bargull at dell--p4--2-53 on 2009-03-09 
>> 20:01:38
>> in /home/Admin/src/svn/openlaszlo/trunk
>> for http://svn.openlaszlo.org/openlaszlo/trunk
>>
>> Summary: tweak LzDebugService.singleEscapeCharacters for IE
>>
>> New Features:
>>
>> Bugs Fixed: LPP-3623 (IE7 - According to Debugger, canvas is can\vas.)
>>
>> Technical Reviewer: ptw
>> QA Reviewer: (pending)
>> Doc Reviewer: (pending)
>>
>> Documentation:
>>
>> Release Notes:
>>
>> Details:
>> Remove ['\v', '\\v'] from LzDebugService.singleEscapeCharacters (this 
>> is so stupid, hurray for IE...)
>>
>>
>> Tests:
>> eval 'canvas' in IE, it's now "canvas" and no longer "can\vas"
>>
>> Files:
>> M WEB-INF/lps/lfc/debugger/platform/dhtml/LzDebug.js
>>
>> Changeset: 
>> http://svn.openlaszlo.org/openlaszlo/patches/20090309-bargull-t0y.tar
>>
> 


More information about the Laszlo-dev mailing list