Bug #49476
Epic #61834: Create future proof Content Element with strong default
Task #61836: Reorganize Content Element properties within backend Extension
Task #61842: Refactor CSS-Styled-Content + Content Elements
css_styled_content borderThick could not be set to 0
Status: | New | Start date: | 2013-06-27 | ||
---|---|---|---|---|---|
Priority: | Should have | Due date: | |||
Assigned To: | - | % Done: | 50% |
||
Category: | Content Rendering | Spent time: | - | ||
Target version: | 7.4 (Backend) | ||||
TYPO3 Version: | 6.1 | Is Regression: | No | ||
PHP Version: | 5.4 | Sprint Focus: | |||
Complexity: |
Description
the max image width would be calculated wrong when setting the borderThick to a value of 0.
History
#1 Updated by Bernd Niehues about 2 years ago
- File bug_49476.diff
added
#2 Updated by Jigal van Hemert about 2 years ago
- Status changed from New to Needs Feedback
The property "borderThick" is only used if the property "border" evaluates to 1. To have no border you simply set "border" to zero.
Does this solve the issue?
#3 Updated by Bernd Niehues about 2 years ago
Setting the border property to zero ( border = 0 ) doesn't work. But unsetting in completly ( border > ) does work.
tt_content.image.20 {
borderThick = 0
border >
}
Thx!
#4 Updated by Alexander Opitz almost 2 years ago
- Is Regression set to No
So we can close this issue?
#5 Updated by Bernd Niehues almost 2 years ago
May ne closed... But i think it would ne nicer to be able to unset the border also by setting it to zero?!
#6 Updated by Alexander Opitz over 1 year ago
- Status changed from Needs Feedback to New
- % Done changed from 100 to 50
#7 Updated by Felix Kopp 10 months ago
- Parent task set to #61842
#8 Updated by Mathias Schreiber 7 months ago
- Target version changed from next-patchlevel to 7.2 (Frontend)
#9 Updated by Benjamin Mack about 1 month ago
- Target version changed from 7.2 (Frontend) to 7.4 (Backend)