Bug 145439 - Notify client that we began editing when text field is focused
Summary: Notify client that we began editing when text field is focused
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-05-28 09:35 PDT by Daniel Bates
Modified: 2015-06-01 17:02 PDT (History)
5 users (show)

See Also:


Attachments
Patch and unit tests (28.34 KB, patch)
2015-05-28 09:49 PDT, Daniel Bates
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2015-05-28 09:35:43 PDT
We should notify the embedding client that editing began when a text field is focused.

Currently we only notify the embedding client that editing began when the value of a text field is changed by a person. And we always notify the client that editing ended when a text field is defocused.
Comment 1 Daniel Bates 2015-05-28 09:49:53 PDT
Created attachment 253849 [details]
Patch and unit tests
Comment 2 Radar WebKit Bug Importer 2015-05-28 10:03:43 PDT
<rdar://problem/21142108>
Comment 3 Daniel Bates 2015-06-01 17:02:04 PDT
Committed r185089: <http://trac.webkit.org/changeset/185089>