-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
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
long text lines are shifted badly, only on safari #2732
Comments
This fiddle should demonstrate the issue if viewed on ios safari iphone https://jsfiddle.net/drbkjs8t/3/ |
The issue is also present on desktop safari. |
me too,i set [email protected] to fixed it |
It's the same for me. I will be very happy if it is fixed. |
Anyone have any solution to this? Im using contenteditable and my text are having the same issue in safari as |
This should be fixed with #2786 |
Bug reports:
We are seeing a strange text-wrapping bug in safari only. The rendered image text is shifted around compared to the html source, like in this image:
The upper section is a p-tag/span-tag combo. The lower section is the resulting image. Note how any line long enough to wrap to a new line are shifted to the right, and the end of some lines are cut slightly early.
Specifications:
The text was updated successfully, but these errors were encountered: