In IE, the pasting pad for plain text pasting sometimes shows an
error page.
Apparently, a timing issue.
Releases: master, 6.2
Resolves: #62658
Change-Id: Idb34ea6bc00d6020da637addee42cfd2db2d87f3
Reviewed-on: http://review.typo3.org/33758
Reviewed-by: Stanislas Rolland <typo3@sjbr.ca>
Tested-by: Stanislas Rolland <typo3@sjbr.ca>
(cherry picked from commit
c51733a67caacc25ac569035aadc93a3ceebb737)
Reviewed-on: http://review.typo3.org/33759
this.buildButtonConfig('Cancel', this.onCancel)
]
});
- this.show();
+ // Apparently, IE needs sometime before being able to show the iframe
+ this.show.defer(100, this);
},
/*
* Handler invoked after the pasting pad iframe has been rendered