Skip to main content
c.pfaffenbichler
Community Expert
Community Expert
June 17, 2014
Question

text being pasted mutilated in the photoshop scripting forum

  • June 17, 2014
  • 1 reply
  • 563 views

When I paste text from a Photoshop Script from ExtendScript Toolkit on the Photoshop Scripting Forum the text seems to get mutilated at times.

The line

    var idT = charIDToTypeID( "T   " );

should have, and in the clipboard created from ESTK indeed has, three spaces after T, but has only two spaces and the code subsequently errors when being run in Photoshop.

Re: Script to copy Layer/Group to another Open Document?

Is that peculiar to the Photoshop Scripting Forum?

Does anybody have insight into possible reasons?

The involved applications are ESTK 3.8.0.12, Mac OSX 10.8.5, Safari 6.1.1

Regards,

Pfaffenbichler

    This topic has been closed for replies.

    1 reply

    Legend
    June 17, 2014

    It shouldn't be changing what you paste, unless there's a client-side "auto correct" kicking in before you press submit.

    c.pfaffenbichler
    Community Expert
    Community Expert
    June 17, 2014

    Thanks, sounds reasonable.