Bug 32469 - Keyboard shortcuts no longer work in details.pl
Summary: Keyboard shortcuts no longer work in details.pl
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2022-12-14 16:54 UTC by hebah
Modified: 2023-02-21 13:49 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 2022-12-14 22:11:04 UTC
Likely this is due to the tabs changing from jQueryUI to Bootstrap
Comment 2 Lucas Gass 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 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.