Bug #50707
closedTCA -> selectedListStyle not respected by buttons
100%
Description
The custom width "selectedListStyle" in a TCA is not respected by the arrows next to it (see screenshot).
Tested on:
TYPO3 6.1.2, php5.4.10
Chrome 28, Firefox 22, Opera 12.16, Safari 6.0.5
Mac OS X 10.7.5
Steps to reproduce:
- In a TCA multiple select field, define a "selectedListStyle" => '200px' (e.g.)
The buttons on the right of that respective select field will still keep a distance according to the default width (?).
Not a big problem, but for the sake of completeness I thought I'd mention it.
Files
Updated by Gone With the Wind over 11 years ago
(Sorry, the width of selectedListItem in the screenshot is actually 150px.)
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23391
Updated by Ernesto Baschny about 11 years ago
- Assignee changed from Gone With the Wind to Ernesto Baschny
- Target version changed from 6.2.0 to next-patchlevel
This is indeed a cosmetic bug since 4.5, but also related is a HTML nesting error due to a wrong parenthesis in the condition.
The problem comes from a row of "filetypes" which is always rendered below the select list with a width of hardcoded "250px" always, regardless if there is content or not.
See patch in review for a possible solution.
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23391
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/23474
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/23475
Updated by Ernesto Baschny about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 01acc600fa5c693d7c6ce24dcf790d72480c0564.