why autohotkey write document inside html <iframe>?

Discuss issues and requests related with the forum software
iamqiz
Posts: 2
Joined: 23 Jun 2021, 14:55

why autohotkey write document inside html <iframe>?

Post by iamqiz » 05 Sep 2022, 05:28

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 1168 times

Ben the Coder

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

Post by Ben the Coder » 05 Sep 2022, 09:40

Not sure what you mean, but you might want to talk to one of the administers as they could help.
Last edited by Ben the Coder on 05 Sep 2022, 16:07, edited 1 time in total.

User avatar
joedf
Posts: 8937
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

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

Post by joedf » 05 Sep 2022, 09:51

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
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]

iamqiz
Posts: 2
Joined: 23 Jun 2021, 14:55

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

Post by iamqiz » 03 Oct 2022, 21:01

@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!

User avatar
joedf
Posts: 8937
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

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

Post by joedf » 04 Oct 2022, 08:48

Glad a solution was found! :+1:
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]

Post Reply

Return to “Forum Issues”