Bug #87010
closedCopy, cut and paste function broken in weblist module
100%
Description
Since solved issue #83334, copy and paste function do not work as before, in 9.5.2-dev for web list modul with default clipboard.
Given...
You are in backend modul web-list, and see some pages or content elements listed in main frame.
You can click the icon for copy an existing element to the clipboard, while you have selected the default clipboard (normal).
Expected
Main frame should reload, and the clicked icon for copy element should switch the icon, as marked as added to clipboard.
And below the clipboard section should show, that the copied element is added to default clipboard.
Actual
Page reloads, with no error in browser-console. But either icon switches or clipboard is filled with new element to copy.
It works, if you have selected the other clipboard presettings (multiple elements).
Copy and paste in page-tree frame works as expected. No other copy, cut, paste issues found currently.