Page 1 of 1

why autohotkey write document inside html <iframe>?

Posted: 05 Sep 2022, 05:28
by iamqiz
I use Hypothesis to highlight text on web,
but because autohotkey write document inside html <iframe>, so Hypothesis don't work ,
i want to know why autohotkey use iframe ?
and how to solve this problem?
thanks
Snipaste_2022-09-05_18-27-48.png
Snipaste_2022-09-05_18-27-48.png (68.83 KiB) Viewed 1261 times

Re: why autohotkey write document inside html <iframe>?

Posted: 05 Sep 2022, 09:40
by Ben the Coder
Not sure what you mean, but you might want to talk to one of the administers as they could help.

Re: why autohotkey write document inside html <iframe>?

Posted: 05 Sep 2022, 09:51
by joedf
I think it's a matter of keeping the search and everything else loaded while only changing the document page. Otherwise, we would be reloading everything. Maybe this could help?
https://h.readthedocs.io/projects/client/en/latest/publishers/embedding/#enabling-annotation-of-iframed-content

Re: why autohotkey write document inside html <iframe>?

Posted: 03 Oct 2022, 21:01
by iamqiz
@Ben the Coder
@joedf

sorry for late response, thanks for your help!
i found a solution to disable using iframe in autohotkey document:
set "isFrameCapable=false" in /docs/static/content.js

@joedf the link that you provided is useful, i will try it later, thanks!

Re: why autohotkey write document inside html <iframe>?

Posted: 04 Oct 2022, 08:48
by joedf
Glad a solution was found! :+1: