Bug 100768 - REGRESSION (r121299): OS X Text Replacement forces cursor out of text fields
Summary: REGRESSION (r121299): OS X Text Replacement forces cursor out of text fields
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: mitz
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2012-10-30 09:44 PDT by mitz
Modified: 2013-01-04 07:12 PST (History)
3 users (show)

See Also:


Attachments
Use an offset relative to the root container of the paragraph when saving and restoring the paragraph range (5.07 KB, patch)
2012-10-30 09:57 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2012-10-30 09:44:30 PDT
<rdar://problem/12395187>

Patch forthcoming.
Comment 1 mitz 2012-10-30 09:57:07 PDT
Created attachment 171474 [details]
Use an offset relative to the root container of the paragraph when saving and restoring the paragraph range
Comment 2 mitz 2012-10-30 10:04:44 PDT
Comment on attachment 171474 [details]
Use an offset relative to the root container of the paragraph when saving and restoring the paragraph range

View in context: https://bugs.webkit.org/attachment.cgi?id=171474&action=review

> LayoutTests/platform/mac/editing/spelling/autocorrection-in-textarea.html:14
> +        var hasBeenBlurred = false;
> +        textarea.onblur = function() {
> +            hasBeenBlurred = true;
> +        }

I’ll remove this.
Comment 3 Eric Seidel (no email) 2013-01-04 00:51:25 PST
Attachment 171474 [details] was posted by a committer and has review+, assigning to Dan Bernstein for commit.
Comment 4 mitz 2013-01-04 07:12:41 PST
Fixed in <http://trac.webkit.org/r132924>.