This bug was introduced months ago, when spelling checking related code was being moved around. I haven't been able to nail down exactly which commit. <rdar://problem/11740064>
Created attachment 149540 [details] Patch.
Comment on attachment 149540 [details] Patch. Can we make a regression test for this? What prevents this from getting reintroduced next time someone refactors?
(In reply to comment #2) > Can we make a regression test for this? Oh, I see your comment now. There is a regression test for this, but itβs turned off!
Comment on attachment 149540 [details] Patch. Clearing flags on attachment: 149540 Committed r121271: <http://trac.webkit.org/changeset/121271>
All reviewed patches have been landed. Closing bug.
This change has been causing test regressions in Safari on many editing, selection, pasteboard and spell checking tests.
This patch caused 12+ tests to fail on Lion: http://build.webkit.org/results/Apple%20Lion%20Debug%20WK1%20(Tests)/r121275%20(405)/results.html
I think we need to roll this patch out.
Re-opened since this is blocked by 90056
Created attachment 149774 [details] Revised patch.
Comment on attachment 149774 [details] Revised patch. View in context: https://bugs.webkit.org/attachment.cgi?id=149774&action=review > Source/WebCore/ChangeLog:5 > + Bug 89982 - On Mac, autocorrection sometimes fails to take place in Safari. > + > + On Mac, autocorrection sometimes fails to take place in Safari. What's up with this? Please fix it before landing the patch.
Manually landed after fixing the minor ChangeLog issue pointed by Ryosuke. <http://trac.webkit.org/changeset/122380>