Actions
Bug #78396
closedPopover.setOptions remove content / title if only one of the two options is used
Start date:
2016-10-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
On Location Sprint
Description
In case Popover.setOptions is called with only one of the both possible options, the other option is set to an empty string.
e.g.
Popover.setOptions($element, { 'title': 'bar-title' });
after this call, the content is set to an empty string, because of a wrong default handling in Popover.js
Updated by Gerrit Code Review about 8 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50339
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50339
Updated by Frank Nägler about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 753a8cdae1df1ed34dc07a0c27f6b4e7d02e6f32.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions