Actions
Bug #105795
openPaste behavior not consistent in page module for all webbrowsers
Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-12-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When a content element is pasted in the page module, the paste behavior is different depending on the webbrowser used.
Assume you open a page in TYPO3 backend, which has e.g. 10 content elements with lorem ipsom text. The page module content is longer than the webbrowsers viewport, so you can scroll down to the bottom. Now copy the first content element with the context menu, scroll down and paste it on the same page after the last content element.
- Behavior in Firefox: Element is pasted as expected and the scroll position is the same as before the paste operation.
- Behavior in Chrome, Edge, Safari and Opera: Element is pasted as expected and the scoll position jumps up to the top of the page (page seems reloaded). Editor has to scroll down again in order to edit the pasted element.
Then behavior of Firefox is best from a UX perspective. If possible, paste behavior should be the same for all browsers.
No data to display
Actions