Bug #31507
closedOperations copy&cut in context menu of list-view items don't update icons
0%
Description
If you try to copy/cut an element in list-view via the context menu, the icons for "insert after" won't be shown next to each list element like they are when using the copy-icon directly.
Updated by Francois Suter about 13 years ago
- Status changed from New to Accepted
- Target version set to 4.5.8
Indeed. The problem is that during a "normal" copy & paste operation, the page is reloaded, which gives the opportunity to add the paste icons. The contextual menu acts via an AJAX call, which can refresh the List view (because it's a huge monolithic rendering process). The simplest way to solve this IMO, would be to make the copy or cut operation of the contextual menu to trigger a reload of the List view.
Updated by Francois Suter about 13 years ago
Just an additional note: by looking at the code it seems that this is the planned behavior (there's a "reloadListFrame" parameter passed in the AJAX call), but it's not happening. Needs more digging into.
Updated by Ernesto Baschny almost 13 years ago
- Target version changed from 4.5.8 to 4.5.12
Updated by Bernhard Kraft over 10 years ago
- Status changed from Accepted to Resolved
Resolved by: https://review.typo3.org/#/c/25531/