dalibo / pev2

Postgres Explain Visualizer 2
https://explain.dalibo.com
PostgreSQL License
2.63k stars 129 forks source link

New graph design glitchy in Safari #523

Closed sfcgeorge closed 2 years ago

sfcgeorge commented 2 years ago

The nodes, labels and edges all seem disconnected so scrolling and zooming don't work properly.

Screenshot 2022-08-30 at 10 59 54 am

Latest Safari Version 15.6.1 Also occurs in latest Safari Technology Preview Release 152 (Safari 16.0, WebKit 17615.1.2.3) so probably happens on all iPad browsers too

pgiraud commented 2 years ago

Oh. That's very annoying. Thanks for the report.

pgiraud commented 2 years ago

This is unfortunately due to a bug in Safari: https://bugs.webkit.org/show_bug.cgi?id=23113 Also see https://stackoverflow.com/questions/54221528/safari-is-not-respecting-scaling-applied-to-a-foreignobject

I unfortunately don't have any workaround for that.