Project

General

Profile

Actions

Bug #71414

closed

CSH popup not shown completely

Added by Michael Oehlhof over 8 years ago. Updated over 6 years ago.

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

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

When editing the access rights of a user or user group the click on the question mark of "Web>Page" shows the CSH popup, but only the bottom 2 lines can be read.


Files

Csh-Popup-not-shown-complete.png (18.4 KB) Csh-Popup-not-shown-complete.png Michael Oehlhof, 2015-11-08 15:43
Actions #1

Updated by Riccardo De Contardi over 8 years ago

That is the effect of the table container:

<div class="table-fit"><table class="table table-transparent table-hover">....</div>

that has the css property overflow-x set, and this cuts off the popup, which is in position:absolute

solution: use the class "table-responsive" from Bootstrap, that seems to take care of the problem

<div class="table-responsive"><table class="table table-transparent table-hover">....</div>
Actions #2

Updated by Frank Nägler over 8 years ago

  • Status changed from New to Accepted
  • Assignee set to Frank Nägler
Actions #3

Updated by Gerrit Code Review over 8 years ago

  • Status changed from Accepted 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/44702

Actions #4

Updated by Frank Nägler over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF