Bug #80610
closedRTEhtmlarea should capture hotkeys exclusively
0%
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.
Updated by Wouter Wolters over 7 years ago
- Status changed from New to Rejected
The TYPO3 team has decided to go with ckeditor in version 8 and drop rtehtmlarea out of the default core repository.
The code can now be found at https://github.com/FriendsOfTYPO3/rtehtmlarea Please continue there if you still need this fixed.
As the rtehtmlarea code is really outdated I don't expect a core team member to pick this one up. Therefor I close it here and it can be backported when fixed on GitHub.