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
Describe the bug
I have an image inserted in editor(v9.11.0) with a div wrapper around it. Div has an id "QRcode". This div wraps the inline text as well along the image and applies the same style i.e margin to that text too. This screenshot shows the behavior where text "second" is also wrapped around image. I am using imageResize plugin and that may be the reason here.
when i move the image from second to first. Original div with id "QRcode" stayed on second line, while image moved to first. Expected behavior is my div with id "QRcode" shall always encompass image when moved and shall not contains anything other than the image.
Note : Since div id is not preserved by default in newer version. I am using format parsers & appliers to keep div id intact.
To Reproduce
Steps to reproduce the behavior:
Preserve div id with format parsers & appliers.
add an image within a div with id
Move image to different lines & observe.
Expected behavior
Expected behavior is my div with id "QRcode" shall always encompass image when moved and shall not contains anything other than the image.
The text was updated successfully, but these errors were encountered:
Describe the bug
I have an image inserted in editor(v9.11.0) with a div wrapper around it. Div has an id "QRcode". This div wraps the inline text as well along the image and applies the same style i.e margin to that text too. This screenshot shows the behavior where text "second" is also wrapped around image. I am using imageResize plugin and that may be the reason here.
when i move the image from second to first. Original div with id "QRcode" stayed on second line, while image moved to first. Expected behavior is my div with id "QRcode" shall always encompass image when moved and shall not contains anything other than the image.
Note : Since div id is not preserved by default in newer version. I am using format parsers & appliers to keep div id intact.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected behavior is my div with id "QRcode" shall always encompass image when moved and shall not contains anything other than the image.
The text was updated successfully, but these errors were encountered: