You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy rich text content from a web page with text and image (image should be wider than DTRichTextEditor width).
Paste it to DTRichTextEditor (Parse the copied "Apple Web Archive pasteboard type" with DTWebArchieve, then create NSAttributeString with DTWebArchieve).
Expected:
The image should fit in DTRichTextEditor
Actual:
The image is not property resized, part of the image is cut by DTRichTextEditor bounds.
The text was updated successfully, but these errors were encountered:
ftkghost
changed the title
Image layout is not correctly handled
Image size is not correctly handled in DTRichTextEditor
Aug 8, 2016
Repro steps:
Expected:
The image should fit in DTRichTextEditor
Actual:
The image is not property resized, part of the image is cut by DTRichTextEditor bounds.
The text was updated successfully, but these errors were encountered: