CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #11750

Style missing if different column size

Added by Sascha over 2 years ago. Updated 3 months ago.

Status:Rejected Start date:2010-12-28
Priority:Won't have this time Due date:
Assignee:- % Done:

80%

Category:-
Target version:-
TYPO3 Version:6.0 PHP Version:
Votes: 0

Description

Hi all,
I'm using Typo3 4.4.5 and 4.3.5 and I can reproduce this issue on either one of those installations.
When I try to add a multicolumn element with 2 columns and try to apply different column sizes the style is missing and therefore ignored.
If I user firebug I get a different result as if I check the normal scource code.

Firebug:
<ul class="multicolumnContainer clearfix " style="width: 100%;">
<li style="margin: 5px" class="column column1 columnFirst listItemFirst ">
<li style="margin: 5px" class="column column2 columnLast listItemLast">

Scource code:
<ul class="multicolumnContainer clearfix " style="width: 100%;">
<li style="width: 67 |20%; margin: 5px" class="column column1 columnFirst listItemFirst ">
<li style="width: 67 |20%; margin: 5px" class="column column2 columnLast listItemLast">

Now, when looking at the scource code it's quite obvious why this is ignored by a browser since it just doesn't look like a normal CSS style, right?!
Many thanks in advance for looking into this!

error.doc (39 kB) Sascha , 2010-12-28 09:05

Associated revisions

Revision 23519
Added by Michiel Roos almost 4 years ago

Fix bug #11750: Title tag of elements in page module is unreadable (Thanks to Georg Ringer)

Revision 23520
Added by Michiel Roos almost 4 years ago

Fix bug #11750: Title tag of elements in page module is unreadable (Thanks to Georg Ringer)

History

Updated by Sascha over 2 years ago

  • % Done changed from 0 to 80

OK, when checking the setup.txt for the already existing styles I figured out that it works when you enter it like this in the backend:
67||20 from the documentation it looks like you have to do it like 67|20. So this is a little bit misleading.
Maybe this can be updated in the document so it's clear?

Thanks,
Sascha

Updated by Dmitry Dulepov 3 months ago

  • Status changed from New to Rejected
  • Priority changed from Should have to Won't have this time
  • TYPO3 Version set to 6.0

Also available in: Atom PDF