gristlabs_grist-core/app/client
Emmanuel Pelletier 0c2586aa85
keyboard: simplify clipboard internals to enable future kb navigation
Until this commit, the Clipboard implementation relied on an
always-focused hidden textarea element. This had a few benefits:
- makes it easy to handle the "input" command,
- prevents browser-quirks about copy/paste events.

The downside were:
- it makes it hard to handle usual browser keyboard navigation (with
tab, arrow keys, etc.). For now, this default navigation is overriden
anyway with app-specific shortcuts so we don't care much. But it makes
future improvements about that difficult.
- it makes screen reader support difficult. As basically any interaction
focuses back to one dummy element, this is an actual barrier to any
future work on this.

In modern day browser APIs, the copy/paste quirks are not there anymore,
so the need to go around them is no more.
(actually, not 100% sure yet, I'm testing this more now)

This commit starts some ground work to stop relying on an hidden input,
making it possible then to work on more complete keyboard navigation,
and eventually actual screen reader support.

This still doesn't work really great, there are a few @TODO marked in
the comments.
2024-10-14 18:55:29 +02:00
..
aclui (core) Add dropdown conditions 2024-04-26 16:57:55 -04:00
components keyboard: simplify clipboard internals to enable future kb navigation 2024-10-14 18:55:29 +02:00
lib (core) New look for site switcher in top-left corner, with support for per-org logos 2024-10-08 10:43:26 +02:00
models (core) Treat URLs in Markdown cells as absolute 2024-09-30 13:07:17 -04:00
ui keyboard: simplify clipboard internals to enable future kb navigation 2024-10-14 18:55:29 +02:00
ui2018 (core) New look for site switcher in top-left corner, with support for per-org logos 2024-10-08 10:43:26 +02:00
widgets (core) New look for site switcher in top-left corner, with support for per-org logos 2024-10-08 10:43:26 +02:00
apiconsole.ts apiconsole: allow uploads in console 2024-07-26 09:09:11 -04:00
app.css (core) Polish tutorial popups 2023-04-20 12:20:03 -04:00
app.js (core) Improve API Console and link from Document Settings. 2024-01-29 10:08:19 -05:00
billingMain.ts (core) Refactor forms implementation 2024-02-22 08:44:25 -05:00
browserCheck.ts (core) On mobile, only show a warning for older and unknown browsers rather than for all 2023-06-01 11:15:21 -04:00
declarations.d.ts (core) Add support for locales to DateEditor and DateTimeEditor. 2024-09-05 08:35:04 -04:00
DefaultHooks.ts add hooks for tweaking how downloads happen (for grist-static) (#665) 2023-09-09 14:50:32 -04:00
errorMain.ts (core) Refactor forms implementation 2024-02-22 08:44:25 -05:00
exposeModulesForTests.js (core) Improve API Console and link from Document Settings. 2024-01-29 10:08:19 -05:00
formMain.ts (core) Refactor forms implementation 2024-02-22 08:44:25 -05:00
Hooks.ts support other SQLite wrappers, and various hooks needed by grist-static (#516) 2023-05-23 15:17:28 -04:00
logo.css
tsconfig.json (core) Migrate to SRP and add change password dialog 2022-03-16 21:35:06 -07:00