Bug #50424
closedBackend Layout Grid Wizard not fully visible in Mac Firefox 22
100%
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. :-)
Updated by Philipp Gampe over 11 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
Updated by Roland Schenke over 11 years ago
I'll be delighted to at least give it a try. :-)
Updated by Gerrit Code Review about 11 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
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23483
Updated by Gerrit Code Review about 11 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
Updated by Gerrit Code Review about 11 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
Updated by Gerrit Code Review about 11 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
Updated by Gerrit Code Review about 11 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
Updated by Philipp Gampe about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cdebcfb8cb6e57328d545637bbcce257ed6680c8.