Bug #23787
closedhtmlArea RTE: Overlay to choose a color exceeds the viewport if many colors are defined
0%
Description
Especially if your Browser window does not have much height and many RTE colors are defined, it is impossible to close the Overlay window because the OK and Cancel buttons do not fit into the viewport.
Possible Solutions:- Add Scrollbars
- Render two or more colors in a row (because ehight is more critical the width)
1. Use the config attached
2. Make the Browser window a bit smaller in height
3. Open the RTE and select a color
Steps to reproduce:
1. Use the config attached
2. Make the Browser window a bit smaller in height
3. Open the RTE and select a color
(issue imported from #M16058)
Files
Updated by Stanislas Rolland almost 14 years ago
Attached patch adds a scollbar to the dialogue window when needed. Height of the window is configurable.
Also adds a scrollbar and limits the height of the color menu of color trigger fields in various forms.
Updated by Stanislas Rolland almost 14 years ago
Committed to SVN TYPO3core trunk (revision 9702) and branch TYPO3_4-4 (revision 9703).