https://bugs.documentfoundation.org/show_bug.cgi?id=42038
--- Comment #12 from Gülşah Köse <[email protected]> --- I want to add some detail about that bug: 1-) Insert an image 2-) Export as noncropped.html 3-) Open noncropped.html in a web browser 4-) Rightclick of the image and inspect element. Result: * <div id=Image1 ... width and height attributes is true. When hover the div tag it shows correct area. * <img ... width and height atrributes is true. When hover the <img tag it shows correct area. 1-) Insert an image 2-) Crop the image 2-) Export as cropped.html 3-) Open cropped.html in a web browser 4-) Rightclick of the image and inspect element. Result: * <div id=Image1 ... width and height attributes is true. When hover the div tag it shows correct(cropped) area. * <img ... width and height atrributes is true(!). When hover the <img tag it shows WRONG area. It shows the original size of image area. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
