Actions
Bug #80610
closedRTEhtmlarea should capture hotkeys exclusively
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2017-03-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I configured RTEhtmlarea to use Ctrl+B for bold and Ctrl+I for italic.
On Chrome/Chromium, this works well, but Firefox maps Bookmarks and Page Info onto these two hotkey combinations.
In other software like Bitbucket, I can use Ctrl+B and +I in Firefox just fine, so the cause must be that RTEhtmlarea is not using preventDefault() / stopPropagation(). In fact, Firefox UI seems to catch the keycodes first, since the RTE does not even make anything bold or italic before the Bookmarks sidebar or the Page Info window opens.
Actions