Project

General

Profile

Actions

Bug #30768

closed

Flexform field separators get lost since version 4.5.6

Added by Armin Vieweg over 12 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2011-10-11
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

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

refs__30768.patch (542 Bytes) refs__30768.patch Armin Vieweg, 2011-10-12 11:12

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #29029: Some TCEforms elements are displacedClosedFrancois Suter2011-08-17

Actions
Actions #1

Updated by Armin Vieweg over 12 years ago

  • Target version set to 4.5.7
Actions #2

Updated by Steffen Gebert over 12 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..

Actions #3

Updated by Armin Vieweg over 12 years ago

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

Actions #4

Updated by Mr. Hudson over 12 years ago

Patch set 1 of change Id529c54a98e036ed3e3597e61f058cef8a55b050 has been pushed to the review server.
It is available at http://review.typo3.org/5733

Actions #5

Updated by Christian Kuhn over 12 years ago

  • Complexity set to easy
Actions #6

Updated by Mr. Hudson over 12 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

Actions #7

Updated by Mr. Hudson over 12 years ago

Patch set 1 of change I2773e482d0e2c4b263394d2456dcc32afac343a8 has been pushed to the review server.
It is available at http://review.typo3.org/6252

Actions #8

Updated by Xavier Perseguers over 12 years ago

  • % Done changed from 0 to 80
Actions #9

Updated by Armin Vieweg over 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 80 to 100
Actions #10

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF