ONLYOFFICE / sdkjs-plugins

The add-ons for ONLYOFFICE Document Server and ONLYOFFICE Desktop Editors.
https://www.onlyoffice.com
Apache License 2.0
136 stars 134 forks source link

PasteHtml method can paste data only with default style #39

Closed flaminestone closed 5 years ago

flaminestone commented 5 years ago

Method PasteHtml paste text with default style, if it style is not setted in html. Example:

(function(window, undefined) {
  window.Asc.plugin.init = function() {
    window.Asc.plugin.executeMethod("PasteHtml", ['<span>text</span>'], false);
    this.executeCommand("close", '');
  };
})(window, undefined);

gifout

It is correct behavior? Or text must paste with paragraph style?

flaminestone commented 5 years ago

I create bug in our private bugtracker №39603

flaminestone commented 5 years ago

Is fixed in 5.2.5.4

lsacchet commented 5 years ago

Font still does not work?

ShockwaveNN commented 5 years ago

@lsacchet Are you sure your comment related to this issue?

lsacchet commented 5 years ago

I believe it is related. Method "PasteHtml" applies to default font.

ShockwaveNN commented 5 years ago

@lsacchet Ah, ok, we'll take a look, thanks