Bug #101657
openEpic #99669: CKEditor5 Collection
Story #101904: CKEditor5 UI
RTE toolbar focus when long text does not work optimal
0%
Description
Tested on TYPO3 12.4.5
When you scroll down a long text, so that the RTE toolbar disappears, and thenclick to edit, the RTE toolbar becomes visible, butplaces itself on the content element buttons in the top, partly hiding them.
Then when scrolling all the way up again, the RTE toolbar stays up there, until you click somewhere.
Also the function where the toolbar becomes visible on a long text, does not work, if the toolbar is currently visible, and you click somewhere at the text, and then move further down so that the toolbar is not visible, and then click at some text again - then the toolbar will not become visible.
For the toolbar to become visible now, you'll have to click somewhere outside the text area, and then click again on the text.
Files
Updated by Benjamin Franzke about 1 year ago
- Parent task changed from #99669 to #101904
Updated by Riccardo De Contardi 5 months ago
- Related to Bug #101743: CKEditor5: sticky panel added
Updated by Garvin Hicking 5 months ago
- Status changed from New to Needs Feedback
I couldn't reproduce this with latest 12.4.16, maybe it has changed with updates to CKeditor meanwhile, can you verify?
For me (using Chromium on MacOS, FF) the toolbar correctly shows and hides, depending if it's active or not. And scrolling properly removes/shows it from view for me.
(Could also be a browser issue)
Updated by Torben Hansen 4 months ago
- File clipboard-202407231741-90sn9.png clipboard-202407231741-90sn9.png added
- Status changed from Needs Feedback to Accepted
I can confirm, that there at least are problems with the CKEditor sticky toolbar in backend context, when the CKEditor content is long (see screenshot)
The sticky toolbar overlaps with TYPO3s sticky module doc header bar. Unsure how we can resolve the problem, since our sticky module doc header bar height is also dynamic.