Hey all,
I noticed once in a while some kind of bugs or things that don’t read well on Safari,
For instance, I’m working on a website and when I edit a page, the whole side where it should show the blue “publish” button and other page option is scrambled, and has some elements clash on one another… to a point I can’t use the publish button or it’s scheduling/other features.
On chrome, the same exact page but it shows everything very well, no issues.
Anyone knows where exactly Safari is lacking where there are these little annoying things that don’t work well?
Safari is built on WebKit, and Chrome on Chromium, so they render differently and have different level of support for browser APIs and features.
It’s the job of the web developer to make sure the application works with both engines (and others like Gecko – Firefox). If your application has issues it’s possible it wasn’t fully tested by the team that built it.