Actions
Bug #50424
closedBackend Layout Grid Wizard not fully visible in Mac Firefox 22
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