waldyrious / rst-playground

Browser-based reStructuredText playground, built on Pyodide and docutils.
https://waldyrious.github.io/rst-playground
ISC License
1 stars 4 forks source link

Fix iframe reload issue in Firefox #7

Closed waldyrious closed 1 year ago

waldyrious commented 1 year ago

Currently, reloading the page will load itself nested into the iframe. This appears to be a bug in Firefox.

I tried some of the approaches mentioned in this StackOverflow thread, but didn't manage to get it to work properly.

Relevant (commented-out) code: https://github.com/waldyrious/rst-playground/blob/f8698e0d0c33e1bfe324e1e126884e388bacf6d3/index.html#L41-L46