-
Notifications
You must be signed in to change notification settings - Fork 4
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
Safari renders all HTML on top of svg content #49
Comments
Safari is all kinds of broken when mixing SVG and HTML content. https://bugs.webkit.org/show_bug.cgi?id=23113 Seems like this has been going on for a long time (11+ years) Working on something which makes it more or less work. |
@davetaz This is now fixed on Mobile Safari, but still broken on Desktop Safari. It seems that the whole area of multimedia SVG / HTML rendering is a bit of a bin fire, given the afternoon of research I've just completed on this. Mobile Safari looks like this Desktop Safari looks like this Seems to be a weird issue with constrained height elements and auto scroll behaviour. My favourite test case is this one:
One item Two items |
@davetaz Are you happy to close this issue on this basis? Desktop Safari is probably reliant on a fix from Apple, to be honest. Other than that, we would have to rethink the whole canvas approach, and I think would lose the ability to scale text along with the Canvas. |
As you say looks good mobile. Tab titles don’t seem very responsive in the guidance pane under mobile? Easy fix?
Dave T
… On 1 Apr 2021, at 17:00, Giles Dring ***@***.***> wrote:
@davetaz Are you happy to close this issue on this basis? Desktop Safari is probably reliant on a fix from Apple, to be honest. Other than that, we would have to rethink the whole canvas approach, and I think would lose the ability to scale text along with the Canvas.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I'll take a look. Just in the middle of an enormous refactor to try to fix the status date updating issue. #38 |
No description provided.
The text was updated successfully, but these errors were encountered: