Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#923 closed Bug (Fixed)

Tidy upcases .eval COM object method

Reported by: DaleHohm Owned by: Jos
Milestone: Future Release Component: SciTE4AutoIt
Version: Other Severity: None
Keywords: Tidy Cc:

Description

SciTe Tidy will update the .eval method in the following line:

$o_object.document.parentWindow.eval($s_eval)

and changes it to this:

$o_object.document.parentWindow.Eval($s_eval)

.eval is a JavaScript method and is case sensitive. It is so subtle a change and fails sy cryptically that it is hard find

It would be great if Tidy could be made to ignore keywords when embedded in a form like this.

Attachments (0)

Change History (3)

comment:1 by Jos, 17 years ago

Owner: set to Jos
Status: newassigned

comment:2 by Jos, 17 years ago

Component: AutoItSciTE4AutoIt
Keywords: Tidy added
Resolution: Fixed
Status: assignedclosed
Version: 3.3.0.0Other

A new version of Tidy (2.0.28.2) is available in the Beta download directory that fixes this issue.

Thanks,
Jos

comment:3 by TicketCleanup, 17 years ago

Milestone: Future Release

Automatic ticket cleanup.

Modify Ticket

Action
as closed The owner will remain Jos.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.