Project

General

Profile

Actions

Bug #50424

closed

Backend Layout Grid Wizard not fully visible in Mac Firefox 22

Added by Roland Schenke over 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2013-07-25
Due date:
% Done:

100%

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

Description

The onclick-Event on the Hyperlink to activate the Grid Wizard is configured not to show scrollbars which leads to not being able to scroll beyond the table (height: 100%) to access the controls to add another Row. Accessing the Grid Wizard in current Mac Safari works as expected.

Changing the parameter "scrollbars" in

onclick="this.blur();vHWin=window.open('<url to open>'),'<popUpID>','height=800,width=800,status=0,menubar=0,scrollbars=0');vHWin.focus();return false;" 

from 0 = 1 seemed to solve this, but since I'm not into Core and Backend Development, I can't tell about any side-effects.

The same goes for patches and test cases. :-)

Actions #1

Updated by Philipp Gampe over 10 years ago

  • Status changed from New to Accepted

Another option would be to set the outer table to 90% such that the table and the controls fit the window. I just tried that and it seems to work without further changes.

Would you mind to push a patch? http://wiki.typo3.org/Git

Actions #2

Updated by Roland Schenke over 10 years ago

I'll be delighted to at least give it a try. :-)

Actions #3

Updated by Gerrit Code Review over 10 years ago

  • Status changed from Accepted to Under Review

Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23449

Actions #4

Updated by Gerrit Code Review over 10 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23483

Actions #5

Updated by Gerrit Code Review over 10 years ago

Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/23511

Actions #6

Updated by Gerrit Code Review over 10 years ago

Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/23512

Actions #7

Updated by Gerrit Code Review over 10 years ago

Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/23513

Actions #8

Updated by Gerrit Code Review over 10 years ago

Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at https://review.typo3.org/23514

Actions #9

Updated by Philipp Gampe over 10 years ago

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

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF