Bug #30353
wrong width in BE if columnmeasure is given in px
| Status: | Needs Feedback | Start date: | 2011-09-27 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.5 | PHP Version: | ||
| Votes: | 0 |
Description
using this TSconfig:
tx_multicolumn.layoutPreset.1.config.columnMeasure = px tx_multicolumn.layoutPreset.1.config.columnWidth = 450 || 220
results in strange html in BE:
< tr> < td id="column_42_10" class="t3-page-column t3-page-column-0 column column0" style="450%">...< /td> < td id="column_42_11" class="t3-page-column t3-page-column-0 column column0" style="220%">...< /td> < /tr>
as the '%' is hardcoded in hooks/class.tx_multicolumn_tt_content_drawItem.php (137)
Related issues
| related to Multicolumn for the page module - Bug #32708: Backend column width calculation (page module) | Resolved | 2011-12-19 |
History
Updated by Dmitry Dulepov about 1 month ago
- Status changed from New to Needs Feedback
- TYPO3 Version set to 4.5
Does the problem still exist for you? I think it is already fixed in #32708.