Bug #30768
closedFlexform field separators get lost since version 4.5.6
100%
Description
The best would be, I describe it with images. The following shows an extract of a flexform:
Version 4.5.5 | Version 4.5.6 |
This is the reason why the separators are not visible anymore:
Thanks for your attension!
~Armin
Files
Updated by Steffen Gebert about 13 years ago
- Target version deleted (
4.5.7)
Hi Armin,
thanks for your report. Can you create a patch for that (and maybe push directly to Gerrit)?
You can disable merging by setting $TYPO3_CONF_VARS['BE']['debug'] = 1;
Thanks
Steffen
P.S: Please don't set Target Versions on your own..
Updated by Armin Vieweg about 13 years ago
- File refs__30768.patch refs__30768.patch added
Okay, I have found the bug.
Since version 4.5.6 the whole flexform content in a tab, is wrapped by a new element: span.t3-form-field-container.
The css definition .t3-form-field-container:first-child .t3-form-field-label-flex triggers this new element and all containing .t3-form-field-label-flex elements.
The simplest solution would be to edit the css definition to div.t3-form-field-container:first-child .t3-form-field-label-flex as I have made in the attached patch file.
I'll use this bug to try to make my first commit to Gerrit :D I will post my progress :)
Regards
~Armin
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change Id529c54a98e036ed3e3597e61f058cef8a55b050 has been pushed to the review server.
It is available at http://review.typo3.org/5733
Updated by Mr. Hudson about 13 years ago
- Status changed from New to Under Review
Patch set 2 of change Id529c54a98e036ed3e3597e61f058cef8a55b050 has been pushed to the review server.
It is available at http://review.typo3.org/5733
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change I2773e482d0e2c4b263394d2456dcc32afac343a8 has been pushed to the review server.
It is available at http://review.typo3.org/6252
Updated by Armin Vieweg about 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 80 to 100
Applied in changeset 9b070ee0f513d56d1dd8744174156bccea167723.