Actions
Bug #33733
closedShow/Hide button just works if the entry has been opened at least once
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2012-02-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
First of all, to prevent ambiguities: I am talking about this button:
This button doesn't work if the inline element hasn't been opened before. It seems that the contents of an element are loaded by AJAX when clicking on an element - so the checkbox to hide/unhide an element is not existing before opening.
I suppose if you trigger the load of the element's contents, on clicking the show/hide button, the problem would be solved. It is not necessary to open the element, just the contents (the form/checkbox) have to be there.
This bug appears in TYPO3 4.5.x and 4.6.x - tested with latest Firefox and Chrome browser.
Best regards
~Armin
Updated by Andreas Wolf about 12 years ago
- Status changed from New to Resolved
Apparently resolved with #34303.
Actions