DescriptionRefine Views textfield state interaction, testing, and examples.
Ignore Views textfield CTRL+<key> shortcuts with Alt pressed.
Matches Win and fixes ctrl+alt+[a/z/etc.] AltGr input for Polish, etc.
(alternate grapheme input was triggering undo/select-all/etc.)
Enforce and test read-only and obscured states more rigorously.
(prevent cut/copy/paste as needed, this was not always checked before)
Do not change the focusable state of textfields when changing read-only.
(this matches windows native behavior better)
Expand and refine a bunch of unit tests and the Views Example for textfields.
BUG=238105, 131660
TEST=Read-only and obscured Textfields work as intended. Polish input (right-Alt)+a, (right-Alt)+z, etc. work as expected. Ctrl+Alt+a, Ctrl+Alt+z, etc. are no-op on views textfields.
R=oshima@chromium.org
TBR=sky@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201961
Patch Set 1 #Patch Set 2 : Expand cut/copy/paste test. #
Total comments: 4
Patch Set 3 : Add and expand on comments. #
Messages
Total messages: 7 (0 generated)
|