Fix the order of the event dispatch.
UpdateTextInputType should be called before SyncSelectionIfRequired. UpdateTextInputType may send TextInputTypeChanged to notify the focus was changed, and SyncSelectionIfRequired may send SelectionChanged to notify the selection was changed. Focus change should be notified before selection change. BUG=310562 Review URL: https://codereview.chromium.org/33323003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233449 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment