1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-01 22:36:27 +01:00
gitea/web_src/js/modules/fomantic
Hypo ef529de0ac
Prevent navigation keys from triggering actions during IME composition (#36540)
Fixes  #36532 

Refined the Enter key trigger logic in the repository filter to prevent
actions during IME composition.

By checking the e.isComposing property, the filter now correctly
distinguishes between "confirming an IME candidate" and "submitting the
search." This prevents premature search triggers when users press Enter
to select Chinese/Japanese characters.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2026-02-08 14:39:09 +08:00
..
aria.md Remove fomantic checkbox module (#30162) 2024-03-29 04:56:01 +00:00
base.ts Address some CodeQL security concerns (#35572) 2025-10-04 01:21:26 +08:00
checkbox.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
dimmer.ts Enable Typescript noImplicitThis (#33250) 2025-01-16 04:26:17 +08:00
dropdown.test.ts Fix dropdown delegating and some UI problems (#34014) 2025-03-26 02:51:22 +00:00
dropdown.ts Prevent navigation keys from triggering actions during IME composition (#36540) 2026-02-08 14:39:09 +08:00
form.ts Automatic generation of release notes (#35977) 2025-12-17 02:01:19 +00:00
modal.ts Fix modal + form abuse (#34921) 2025-07-01 15:19:03 +08:00
tab.ts Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
transition.ts Fix some typescript issues (#32586) 2024-11-21 13:57:42 +00:00