Placeholder text on a multi-line NSTextField

2012-02-29 Thread Geoff Beier
I've opened radar #10954811 about the appearance of placeholder text in a multi-line NSTextField. If the placeholder is sufficiently long, when a user clicks the field and starts typing, only the first line of placeholder text gets cleared until the edit is finished. I ran across this while

Re: Placeholder text on a multi-line NSTextField

2012-02-29 Thread Ross Carter
the appearance of placeholder text in a multi-line NSTextField. If the placeholder is sufficiently long, when a user clicks the field and starts typing, only the first line of placeholder text gets cleared until the edit is finished. I ran across this while picking up a project that I hadn't worked

Re: Placeholder text on a multi-line NSTextField

2012-02-29 Thread Geoff Beier
editing begins, and control:textShouldEndEditing: to restore the placeholder if the text field is empty? On Feb 29, 2012, at 1:23 PM, Geoff Beier wrote: I've opened radar #10954811 about the appearance of placeholder text in a multi-line NSTextField. If the placeholder is sufficiently