Project

General

Profile

Actions

Bug #80020

closed

link wizard popup - linkhandler search form may overlap

Added by Riccardo De Contardi about 7 years ago. Updated about 7 years ago.

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

Schermata 2017-02-25 alle 16.25.00.png (49.4 KB) Schermata 2017-02-25 alle 16.25.00.png Riccardo De Contardi, 2017-02-25 16:42

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #80012: link wizard popup overlaps content when width becomes too smallClosed2017-02-24

Actions
Related to TYPO3 Core - Bug #80644: style glitch in wizard window of CE 'insert records'Closed2017-04-03

Actions
Actions #1

Updated by Riccardo De Contardi about 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

Also available in: Atom PDF