Actions
Bug #22923
closedStyling issue when selecting position of new created page
Start date:
2010-06-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When creating a new page, a page tree is shown which lets the user select where the new page should be placed.
If you have a structure like
1 Root
1.1 L1 Page
1.1.1 L2 Page 1
1.1.2 L2 Page 2
and "L1 Page" is selected before creating the new page, the page tree for selecting the position is not styled correct. The lines should be straight but they contain steps.
Tested on Firefox 3.6.3 on a ubuntu-System (10.4).
(issue imported from #M14773)
Files
Updated by Steffen Gebert over 14 years ago
Okay.. this happens only if you select the last page (on the first level) and is not new in 4.4
Reason is that the clear.gif has a width of only 14, instead of 18px.
Updated by Steffen Gebert over 14 years ago
Committed to
4-3 (rev 8497)
4-4 (rev 8498)
trunk (rev 8499)
Actions