spiegel-keyman/common
Marc Durdin 8e90efe14a fix(developer): invalid charmap cell selection when updating to empty search result
Fixes #7879.

If we enter a search string that results in zero results, the grid
resize to one row attempts to select row zero. However, we prevent this.
This leaves the current row outside the range of valid rows, which means
the grid is in an invalid state.

This later causes a crash if the user attempts to mousewheel up. There
may be other similar crashes in this situation, but I haven't found any
yet.

Fix is to allow selection of row zero when there is only one row. I have
not found any problems caused by allowing this.
2022-12-10 06:04:17 +07:00
..
include chore(core): use c-compatible type for KMX_UCHAR 2022-08-11 17:51:30 +02:00
models Merge pull request #7307 from keymanapp/dependabot/npm_and_yarn/nanoid-and-mocha--removed 2022-09-19 15:34:19 +10:00
predictive-text change(common/models): adds optional 'testMode' param to LMLayer config 2022-10-31 09:34:22 +07:00
resources chore(windows): address review comments 2022-06-16 04:47:53 +10:00
schemas chore: Apply suggestions from code review 2022-07-15 08:58:12 +10:00
test chore: try disabling concurrency for browserstack tests 2022-09-10 06:23:26 +10:00
web chore(web): Apply suggestions from code review 2022-11-21 08:26:48 +07:00
windows fix(developer): invalid charmap cell selection when updating to empty search result 2022-12-10 06:04:17 +07:00