提交 acd1c2af 编写于 作者: P pchelko

8015371: The HTML text without tags does not appear inside the WordPad...

8015371: The HTML text without tags does not appear inside the WordPad application, and we try to click the button, but the case exits.
Reviewed-by: anthony, serb
上级 ad417244
......@@ -211,9 +211,9 @@ public class WDataTransferer extends DataTransferer {
DataFlavor.allHtmlFlavor,
format);
} else {
// handel other html flavor types, including custom and
// handle other html flavor types, including custom and
// fragment ones
bytes = HTMLCodec.convertToHTMLFormat(bytes);
bytes = HTMLCodec.convertToHTMLFormat(super.translateTransferable(contents, flavor, format));
}
} else {
// we handle non-html types basing on their
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册