ahus1 / anita-editor

Anita - An Web Editor for AsciiDoc with live preview
https://anita-editor.ahus1.de/
MIT License
14 stars 0 forks source link

Document don't load in Safari #67

Closed abelsromero closed 3 years ago

abelsromero commented 3 years ago

Same url working fine in other browsers (Firefox & Chrome) does not load in Safari. A white screen is shown and the following error appears in the console.

image

ahus1 commented 3 years ago

This might be this problem: https://github.com/sindresorhus/normalize-url/issues/105 I'll investigate

ahus1 commented 3 years ago

I found that this is instead related to Asciidoctor Kroki that is not Safari-compatible at the moment. I'll skip the Asciidoctor Kroki functionality in Safari until this is fixed.

I tested it using a online browser test service successfully. I'll have a new version deployed tomorrow.

https://github.com/Mogztter/asciidoctor-kroki/issues/225

ggrossetie commented 3 years ago

@ahus1 I don't have Safari at hand, could you please confirm that https://github.com/Mogztter/asciidoctor-kroki/pull/228 fixes this issue?

ahus1 commented 3 years ago

Hi @Mogztter - finally found a way to test it for me (as a non-mac owner); got myself a 30 day subscription for an "On-Demand Pass" at https://www.lambdatest.com/ to test this and other things related to Safari.

Works great!