[webkit-reviews] review denied: [Bug 8145] Pasting text from TextEdit with a bold word into text field results in crash : [Attachment 7471] Rough patch

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Sun Apr 2 17:56:21 PDT 2006


Darin Adler <darin at apple.com> has denied Darin Adler <darin at apple.com>'s
request for review:
Bug 8145: Pasting text from TextEdit with a bold word into text field results
in crash
http://bugzilla.opendarwin.org/show_bug.cgi?id=8145

Attachment 7471: Rough patch
http://bugzilla.opendarwin.org/attachment.cgi?id=7471&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
I believe this is wrong and will result in the pasted text not being inserted
at all!

The right thing is to find a way to insert after visiblePos instead of before
visiblePos.next() in this case.



More information about the webkit-reviews mailing list