- fixed <rdar://problem/
3890352> REGRESSION (125-170, Panther-only): pasted textarea contents disappear (exception in NSText)
* kwq/KWQTextArea.mm: (-[KWQTextArea tile]): Don't resize the text view immediately here.
Use performWithDelay to defer it to avoid the re-entrancy that bothers the Panther version
of NSTextView. On Tiger, leave the code alone.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@8541
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2005-02-07 Darin Adler <darin@apple.com>
- Reviewed by NOBODY (OOPS!).
+ Reviewed by Kevin.
- fixed <rdar://problem/3890352> REGRESSION (125-170, Panther-only): pasted textarea contents disappear (exception in NSText)