Bug #63591
closedImprove page tree performance
0%
Description
To detect a double click to edit a page title the page tree
literally waits 400ms before it loads the content area.
besides that the loading mask suggests a not loaded page, while
most of the content is already there.
The latter should just be dropped. It was iirc only included to
not break pure extjs modules while not completely initialized.
For the first, we need an alternative to easily edit page titles inline
Updated by Gerrit Code Review almost 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35067
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35067
Updated by Gerrit Code Review over 9 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39382
Updated by Frank Nägler over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a89d3765663c0ed05c8435ad767f106fa9d60bf8.
Updated by Frank Nägler over 9 years ago
- Status changed from Resolved to Accepted
Updated by Frank Nägler over 9 years ago
- Status changed from Accepted to Resolved
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40154
Applied in changeset e0fe5c0a158b38cf509e90a328856d8105bebe73.
Updated by Frank Nägler over 9 years ago
- Status changed from Resolved to Accepted
- % Done changed from 100 to 0
Updated by Riccardo De Contardi about 7 years ago
- Related to Feature #82426: Replace ExtJS page tree with SVG one added
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Accepted to Closed
This should become obsolete with the new SVG pagetree; I close it for now.
If you think that this is the wrong decision, feel free to reopen it.