Actions
Bug #80020
closedlink wizard popup - linkhandler search form may overlap
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2017-02-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
1) Add a tab with linkhandler to handle e.g. News
2) When resizing the link wizard popup can become so small that the search form overlaps. See attached screenshot (maybe it is an "extreme" situation).
Proposal to solve: use a different bootstrap grid:
<div class="row"> <div class="form-group col-xs-12 "> ... </div> <div class="form-group col-xs-12 col-sm-6"> ... </div> <div class="form-group col-xs-12 col-sm-6"> ... </div> <div class="form-group col-xs-12"> ... </div> </div>
Files
Updated by Riccardo De Contardi over 7 years ago
- Status changed from New to Closed
The refactored modal behaves much better and the issue can be closed; a small glitch remains, but the discussion about that will continue in #80644
Actions