Actions
Bug #104389
closedJavaScript error when selecting a autocomplete value in pagetree search
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
Start date:
2024-07-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Browser: Google Chrome 126.0.6478.126
Chrome seems to trigger a KeyboardEvent
with key
undefined
in case a value is selected from the autocomplete list.
hotkeys.js?bust=1143…386d5de6a7684b77:13 Uncaught TypeError: Cannot read properties of undefined (reading 'toLowerCase') at Hotkeys.createHotkeyStructFromEvent (hotkeys.js?bust=1143…de6a7684b77:13:2658) at Hotkeys.findHotkeySetup (hotkeys.js?bust=1143…de6a7684b77:13:1875) at HTMLDocument.<anonymous> (hotkeys.js?bust=1143…de6a7684b77:13:1541) createHotkeyStructFromEvent @ hotkeys.js?bust=1143…386d5de6a7684b77:13 findHotkeySetup @ hotkeys.js?bust=1143…386d5de6a7684b77:13 (anonymous) @ hotkeys.js?bust=1143…386d5de6a7684b77:13 2 hotkeys.js?bust=1143…386d5de6a7684b77:13
Actions