Bug #23792

After #23766: Different paddings in tt_content

Added by Chris topher almost 5 years ago. Updated over 4 years ago.

Status:Closed Start date:2010-10-19
Priority:Should have Due date:
Assigned To:Ernesto Baschny % Done:

0%

Category:- Spent time: -
Target version:-
TYPO3 Version:4.5 Is Regression:
PHP Version:5.3 Sprint Focus:
Complexity:

Description

In the General tab, the whole form has a left padding.
In the Access and Appearance tabs, this padding is missing so that especially the palette labels ("headlines") are clutched to the left border.

The whole form (not only the palette labels) should have that padding there, too.

See screenshot.

(issue imported from #M16066)

No-left-margin.gif (6 kB) Administrator Admin, 2010-10-19 18:24

Different-paddings-after-patch.gif (12.5 kB) Administrator Admin, 2010-10-20 17:05


Related issues

related to Core - Bug #20237: Alignment Error in TCEforms with Palette title --palette-... Closed 2009-03-26
related to Core - Feature #23766: Implement new layout and labels for tt_content as result ... Closed 2010-10-17
related to Core - Bug #25196: TCEforms palette header is only indented on first tab Resolved 2011-02-27
duplicated by Core - Bug #23800: Palette titles have no margin to the left in the new page... Closed 2010-10-20

History

#1 Updated by Jo Hasenau almost 5 years ago

Actually these are not section headers but palette labels.

16031 just makes use of default TCA syntax, that already offered labels for palettes by using this code:

--palette--;Title

The problem is a missing table cell left from the single field headers as soon as there are only palettes in the tab but no single field.

If you include at least one single field within each tab, the "padding" is there. AFAIK the cell was needed for some help icons, that have been removed anyway, so I guess we can remove the cell as well.

After that the missing "padding" can be replaced with real padding.

So this seems to be a job for the skinning team.

#2 Updated by Ernesto Baschny almost 5 years ago

Thanks for the report, I fixed it in #23800

#3 Updated by Chris topher almost 5 years ago

Hmm, the left paddings are still different for me.

In the first tab it is bigger than in the other ones.

#4 Updated by Ernesto Baschny almost 5 years ago

Could you provide a screenshot of what you are seeing? Note that "palettes" are always indented, so they have more left padding than their titles.

#5 Updated by Chris topher almost 5 years ago

That palettes are more indented than their title works correctly.

The problem has to do with the different tabs:
In the first tab palette titles and palettes have an indentation.
The problem is that in the other tabs this indentation is smaller.
I think you can see that very nicely on the screenshot I attached.

#6 Updated by Jo Hasenau almost 5 years ago

This is due to the fact that the first tab contains both "single fields" (like the bodytext field) and palettes, while the rest of the tabs contains palettes only.

So there is still a visible difference that should be fixed - will try to take this into account while working on the labels. But I think this should be another RFC then.

#8 Updated by Jo Hasenau over 4 years ago

IMHO this is fixed in current trunk and can be closed

#9 Updated by Christian Kuhn over 4 years ago

I think that was solved with one of the related issues, at least I'm unable to reproduce in current trunk anymore.

#10 Updated by Susanne Moog over 4 years ago

  • Target version deleted (4.5.0)

Also available in: Atom PDF