Paste from Word not working in Quirks Mode #534
Labels
browser:ie
The issue can only be reproduced in the Internet Explorer browser.
plugin:pastefromword
The plugin which probably causes the issue.
regression
This issue is a regression.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
Milestone
Are you reporting a feature or a bug?
Bug
Provide detailed reproduction steps (if any)
Due to a crateive empty object check Paste from Word fails on IE in Quirks Mode.
It's enough to change it with
if ( !CKEDITOR.tools.isEmpty( styles ) ) {
And that would solve the problem.This was much probably introduced in CKE 4.6.0 - 4.7.0.
Other details
The text was updated successfully, but these errors were encountered: