Bug #11750
Style missing if different column size
| 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!
Associated revisions
Fix bug #11750: Title tag of elements in page module is unreadable (Thanks to Georg Ringer)
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
Not a bug :) That construction is optionSplit. See: http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.5.1/view/1/3/#id1300041