apps-gorm icon indicating copy to clipboard operation
apps-gorm copied to clipboard

Copy and paste does not work while editing the text of NSTextField controls in design windows

Open gcasa opened this issue 4 months ago • 0 comments

Typing the keyboard equivalents Command-C, Command-X, and Command-V inserts the characters c, x, and v, respectively, instead of invoking the standard editing actions. Obviously, Command-A doesn't work either (cf. the respective bug report). I haven't looked into the source code, but it looks as if either editing text fields in design windows is implemented manually or the standard text field editor isn't first responder during editing.

gcasa avatar Jul 11 '25 19:07 gcasa