Bug #31507
closed
Operations copy&cut in context menu of list-view items don't update icons
Added by Markus no-lastname-given about 13 years ago.
Updated about 6 years ago.
Category:
Backend User Interface
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.
- 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.
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.
- Target version changed from 4.5.8 to 4.5.12
- Target version deleted (
4.5.12)
- Status changed from Accepted to Resolved
- Status changed from Resolved to Closed
Also available in: Atom
PDF