[Laszlo-dev] For Review: Change 20090309-bargull-t0y Summary: tweak LzDebugService.singleEscapeCharacters for IE
André Bargull
andre.bargull at udo.edu
Wed Aug 26 02:42:39 PDT 2009
I've send a new changeset which uses String.fromCharCode(0x0B) instead
of '\x0B'. So we've got at least a new workaround for IE..
On 8/25/2009 7:49 PM, P T Withington wrote:
> Certainly not. Not sure how that happened, but it's pretty annoying.
> I'll try to look at it later this week if you can't. Another approach
> would be to just delete it from the list.
>
> On Aug 25, 2009, at 13:40, André Bargull <andre.bargull at udo.edu> wrote:
>
>> 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