Project

General

Profile

Bug #79271 » 79271-2.patch

Ayke Halder, 2017-02-28 18:47

View differences:

typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Plugin/Plugin.js
* Dialogue window onClose handler
*/
onClose: function () {
// Restore window before closing, to avoid residual classes on container
this.dialog.restore();
this.removeListeners();
this.editor.focus();
this.restoreSelection();
typo3/sysext/t3skin/rtehtmlarea/htmlarea.css
padding-right: 8px;
}
/* Selectors for dialogue windows */
/* Default inline style positioning by Ext JS is "absolute".
* Forcing "fixed" to position maximized window independently of scrolled down
* parent window.
*/
.htmlarea-window.x-window-maximized {
position: fixed !important;
}
.htmlarea-window .x-panel-icon {
background-image: url("images/sprites/actions.png");
background-repeat: no-repeat;
(2-2/2)