Bug 32469

Summary: Keyboard shortcuts no longer work in details.pl
Product: Koha Reporter: hebah
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, lucas, wainuiwitikapark
Version: MainKeywords: regression
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description hebah 2022-12-14 16:54:35 UTC
Keyboard shortcuts to navigate between tabs in details.pl no longer work as of 22.05. Confirmed they were working in 21.11.
Comment 1 Lucas Gass (lukeg) 2022-12-14 22:11:04 UTC
Likely this is due to the tabs changing from jQueryUI to Bootstrap
Comment 2 Lucas Gass (lukeg) 2022-12-29 18:26:05 UTC
I'm not entirely convinced this functionality should be brought back. The standard use of the arrow keys is scroll horizontally or vertically in the page.
Comment 3 Katrin Fischer 2023-02-20 23:16:08 UTC
(In reply to Lucas Gass from comment #2)
> I'm not entirely convinced this functionality should be brought back. The
> standard use of the arrow keys is scroll horizontally or vertically in the
> page.

Hi Lucas, can you explain your comment?

I thought Hebah was referring to thse:

https://bywatersolutions.com/education/koha-question-of-the-week-are-there-any-keyboard-shortcuts-in-koha

Alt w
Alt q 
Alt r
Alt u

These probably should not impact using arrow keys for navigation.
Comment 4 Lucas Gass (lukeg) 2023-02-21 13:30:32 UTC
(In reply to Katrin Fischer from comment #3)
> (In reply to Lucas Gass from comment #2)
> > I'm not entirely convinced this functionality should be brought back. The
> > standard use of the arrow keys is scroll horizontally or vertically in the
> > page.
> 
> Hi Lucas, can you explain your comment?

I assumed this meant the way in which you could navigate with jQuery UI tabs. 

In 21.11.x if your focus is on one of the UI tabs you can use the arrow keys to navigate between the tabs. You can see what I mean in this demo as well:

https://jqueryui.com/tabs/


One cannot navigate like this in 22.05 and up.
Comment 5 Katrin Fischer 2023-02-21 13:49:36 UTC
Hm, seems like an area we should pay some attention too, there is also bug 33012.