Suggestion #36972
Page tree ajax indicator
| Status: | Accepted | Start date: | 2012-05-09 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Jens Hoffmann | % Done: | 0% |
|
| Category: | Usability | |||
| Target version: | TYPO3 6.0 | |||
| Tags: | ||||
| Votes: | 0 |
Description
When copying pages in the tree, there is no indication of "something is still going on". Recursive copying, or even one page with much content, can take some time.
I don't have a suggestion how this could be implemented; maybe change the cursor, or use a layer on top of the page tree. Of course the point of ajax calls is that they are not blocking, so these may not be the optimal ways to do it.
History
Updated by Jens Hoffmann about 1 year ago
- Category set to Usability
- Status changed from New to Accepted
- Assignee set to Jens Hoffmann
- Target version set to TYPO3 6.0
Hi,
good Point - thanks for that! :)
I would suggest we add at the new entry point of the copy's
a "dummy" page with a Ajax Spinner in front and the label
"coping ..." or "moving ..." behind .. to indicate the point of
action (inline). And when the Task is done, we remove the
dummy page again.
Greez Jens