szurubooru/client/js/controls
Eva 337cdc091e client: replace deprecated KeyboardEvent.which with KeyboardEvent.key
Also fixes moving notes by arrow keys.

Removed left click detection IE8 hack we inherited from the original
visionmedia/page.js code (cf. https://unixpapa.com/js/mouse.html) as
proper KeyboardEvent.key was introduced in IE9 and it's time to move on.

ArrowUp/Down/Left/Right names have to be mangled to maintain IE9 compat.
2024-05-06 19:45:19 +02:00
..
auto_complete_control.js client: replace deprecated KeyboardEvent.which with KeyboardEvent.key 2024-05-06 19:45:19 +02:00
comment_control.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
comment_list_control.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
expander_control.js client: linting 2021-11-29 18:44:20 -05:00
file_dropper_control.js client: replace deprecated KeyboardEvent.which with KeyboardEvent.key 2024-05-06 19:45:19 +02:00
pool_auto_complete_control.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
pool_input_control.js client: replace deprecated KeyboardEvent.which with KeyboardEvent.key 2024-05-06 19:45:19 +02:00
post_content_control.js client/posts: reorder elements in mobile layout 2024-03-21 22:26:28 +01:00
post_edit_sidebar_control.js client: add null checks 2024-03-28 13:31:48 +01:00
post_notes_overlay_control.js client: replace deprecated KeyboardEvent.which with KeyboardEvent.key 2024-05-06 19:45:19 +02:00
post_readonly_sidebar_control.js client: rename escapeColons to escapeTagName and also escape dots 2021-04-10 15:10:39 +02:00
tag_auto_complete_control.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
tag_input_control.js client: replace deprecated KeyboardEvent.which with KeyboardEvent.key 2024-05-06 19:45:19 +02:00