Chromium Code Reviews
DescriptionBlimp: Added spinner to text input dialog
Added a spinner (ProgressBar with indeterminate style) to the text input
AlertDialog. The spinner is shown when user hits enter/OK, and is
dismissed on receiving a hide IME request or if the user hasn't changed
the text or cancelling the dialog through back button/touching outside.
During submission, the EditText background changes to a dotted line.
In an unrelated change, fixed the IME editor options (following similar
structure as ImeUtils.java). This enables multi-line input for text area.
BUG=652959
Committed: https://crrev.com/3d1c669b5c8b03dc232859960adb5d571c4c76db
Cr-Commit-Position: refs/heads/master@{#430105}
Patch Set 1 #Patch Set 2 : dotted line background #
Total comments: 40
Patch Set 3 : merge origin/master #Patch Set 4 : Added animations #
Total comments: 20
Patch Set 5 : decoupled animations from form submit logic #
Total comments: 6
Patch Set 6 : nits #
Total comments: 2
Patch Set 7 : nits #
Total comments: 1
Messages
Total messages: 21 (7 generated)
|