Bug 754637
Summary: | 'J' and 'K' navigation keys trigger when entering text in the TM search box | ||
---|---|---|---|
Product: | [Retired] Zanata | Reporter: | David Mason <damason> |
Component: | Component-UI | Assignee: | Alex Eng <aeng> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ding-Yi Chen <dchen> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 1.5 | CC: | aeng, hpeters, sflaniga, zanata-bugs |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Zanata version 1.4.3-alpha-3-SNAPSHOT (20111128-1320) | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-04-23 04:33:02 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 756229 |
Description
David Mason
2011-11-17 07:10:36 UTC
Something similar for the full text search box of the worksspace - unable to type letters J and K in the search box, J and K keystrokes are simply being ignored, subsequent letters type fine. On the other hand, typing J and K in the TM search box works fine for me. Looking at Zanata version 1.4.2 (20111031-0915) here. J and K in the full text search box of the workspace is causing a navigation event in the loaded document (you just don't see it because the editor table is hidden): 1. open a document with 3 or more text units, select the first row 2. click project name to see doc list 3. click search box and type "kayak" 4. click project name to return to document Actual results: - "aya" in search box - third TU is selected Expected Results: - "kayak" in search box - first TU still selected Apparently IBUS input method intercept key capturing and provide a temporary workaround for this bug. Problem occurs due to the 'J' and 'K' capturing for navigation mode in translation table. Changed shortcut key to use ALT+J and ALT+K for navigation mode to eliminate any possible text field problem with single char capturing. Fixed in 1.5 See https://github.com/zanata/zanata/commit/87a54bc4eac5490600830d0a8ec3e486a4b664e9 Apply fixes in 1.4 See https://github.com/zanata/zanata/commit/ef488e7e79e7e25888b3df6df9b01cee05ef8d70 VERIFIED with Zanata version 1.4.3-alpha-3-SNAPSHOT (20111128-1320) and Zanata version 1.5-SNAPSHOT (20111129-0927) |