diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2021-07-11 21:46:34 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-07-11 22:07:57 +0200 |
commit | 0f35912bd789e37b8e7193ffc88827fd1f2fcfec (patch) | |
tree | c1b7a9889db1cf979fa1e0db6519b7d55d904392 /LICENSE | |
parent | bc5d50e78b6d92361863096b337bcc8849f301c7 (diff) | |
download | serenity-0f35912bd789e37b8e7193ffc88827fd1f2fcfec.zip |
TableView: Do not select input on keydown
In the Spreadsheet app, selecting a cell and typing something (like
"1") would create an empty editing delegate, set "1" as its value and
immediately select the entire contents of the text box. If your goal
was to type "123", that "1" was selected and will be replaced by "23".
This changes the behavior of TableView to not select the editing
delegate's contents if its creation was a result of a keydown event.
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions