Bug #25102
closedhtmlArea RTE: Dialogue window positioning properties not honoured
0%
Description
What i have is:
buttons.link.dialogueWindow {
height = 500
width = 860
positionFromTop = 5
positionFromLeft = 20
doNotResize = 1
doNotCenter = 1
}
buttons.image.dialogueWindow {
height = 500
width = 860
positionFromTop = 5
positionFromLeft = 20
doNotResize = 1
doNotCenter = 1
}
the window has the correct size but the rest of the parametes have no effect. The window is still centered and not positioned in any way.
See also #19323: htmlArea RTE: Configuration options for size and position of dialogue windows
(issue imported from #M17669)
Files
Updated by Stanislas Rolland almost 14 years ago
These properties were forgotten when converting the RTE to ExtJS.
With the attached patch properties for top and left positioning of dialogue windows will be honoured.
However, properties doNotCenter and doNotResize are not of any use anymore.
Updated by Stanislas Rolland almost 14 years ago
Committed to SVN TYPO3core trunk (revision 10512), branch TYPO3_4-5 (revision 10513) and branch TYPO3_4-4 (revision 10514).