We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the resize handles on an image which is left, centre, or right aligned results in strange behaviour until the mouse cursor is release.
The image should resize according to its alignment, and the text that flows around it should reflow immediately.
The image behaves strangely. The text that follows it only reflows once the mouse cursor is released.
Immediately reflowing text could have performance issues, but the image itself should remain correctly aligned during the resizing.
Video: https://www.dropbox.com/s/j7m51h5kglm43dx/resize.mp4?dl=0
The text was updated successfully, but these errors were encountered:
Whoops. Duplicate of #3944.
Sorry, something went wrong.
No branches or pull requests
Issue Overview
Using the resize handles on an image which is left, centre, or right aligned results in strange behaviour until the mouse cursor is release.
Steps to Reproduce (for bugs)
Expected Behavior
The image should resize according to its alignment, and the text that flows around it should reflow immediately.
Current Behavior
The image behaves strangely. The text that follows it only reflows once the mouse cursor is released.
Possible Solution
Immediately reflowing text could have performance issues, but the image itself should remain correctly aligned during the resizing.
Screenshots / Video
Video: https://www.dropbox.com/s/j7m51h5kglm43dx/resize.mp4?dl=0
The text was updated successfully, but these errors were encountered: