Project

General

Profile

Actions

Bug #90448

closed

Admin panel rendering "Tree display" doesn't show icons and guidelines

Added by Tymoteusz Motylewski about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
AdminPanel
Target version:
-
Start date:
2020-02-20
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When debugging rendering times in the admin panel, and the "Tree display" setting is enabled, the view should show icons and guidelines showing which line is a children of which parent.

Seems that some icon related markup is in html, but its not styled properly.


Files

Actions #1

Updated by Daniel Goerz about 4 years ago

  • Description updated (diff)
Actions #2

Updated by Gerrit Code Review about 4 years ago

  • Status changed from New 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 https://review.typo3.org/c/Packages/TYPO3.CMS/+/63355

Actions #3

Updated by Tymoteusz Motylewski about 4 years ago

Current status - lines are shown, but icons needs to be fixed

Actions #4

Updated by Gerrit Code Review about 4 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63355

Actions #5

Updated by Gerrit Code Review about 4 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63355

Actions #6

Updated by Christian Eßl about 4 years ago

Icons still look weird.
Second text line lies over the dotted line (needs an indent)

Actions #7

Updated by Gerrit Code Review about 4 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63355

Actions #9

Updated by Tymoteusz Motylewski about 4 years ago

TS I've used for testing:

page >
page = PAGE
page.10 = TEXT
page.10.value = Click
page.10.typelink.parameter = 16
page {
  20 = COA
  20 {
    2010 = TEXT
    2010.value = something
    2020 = COA
    2020 {
      202010 = TEXT
      202010.value = third level

      202020 = COA
      202020 {
        10 = TEXT
        10.value = oiwjdiowjei
      }
      202030 = TEXT
      202030.value = third level

      202040 = COA
      202040 {
        10 = TEXT
        10.value = oiwjdiowjei
      }
    }
    stdWrap = oiwehfwhfohi | iowhiohweof
    stdWrap.cObject = TEXT
    stdWrap.cObject.value = stdwrap
  }
}
Actions #10

Updated by Tymoteusz Motylewski about 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #11

Updated by Gerrit Code Review about 4 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63541

Actions #12

Updated by Tymoteusz Motylewski about 4 years ago

  • Status changed from Under Review to Resolved
Actions #13

Updated by Benni Mack about 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF