Project

General

Profile

Actions

Bug #80610

closed

RTEhtmlarea should capture hotkeys exclusively

Added by Leonie Philine about 7 years ago. Updated about 7 years ago.

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 #1

Updated by Wouter Wolters about 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.

Actions

Also available in: Atom PDF