Page 1 of 2

command links in codeboxes are broken

Posted: 15 Feb 2018, 09:23
by guest3456

Code: Select all

msgbox, hello world
stringreplace
click those command links above, it takes you to the docs site, but the helppage is in a mini frame

Re: command links in codeboxes are broken

Posted: 15 Feb 2018, 09:28
by tankuser
Not for me? what browser?

Re: command links in codeboxes are broken

Posted: 15 Feb 2018, 09:32
by guest3456
tankuser wrote:Not for me? what browser?
chrome 64.0.3282.167

but it looks like its not the link issue from the codebox, but rather all the docs pages:

https://autohotkey.com/docs/commands/IfIn.htm

Re: command links in codeboxes are broken

Posted: 15 Feb 2018, 09:35
by tankuser
it all appears normal to me?? I too am using the latest Chrome

Re: command links in codeboxes are broken

Posted: 15 Feb 2018, 10:01
by guest3456
tankuser wrote:it all appears normal to me?? I too am using the latest Chrome
not sure.. i did just update Chrome yesterday. are you using the exact same version number? i'm on win10 64bit. it does look fine in firefox and edge

Re: command links in codeboxes are broken

Posted: 15 Feb 2018, 12:21
by tankuser
guest3456 wrote:
tankuser wrote:it all appears normal to me?? I too am using the latest Chrome
not sure.. i did just update Chrome yesterday. are you using the exact same version number? i'm on win10 64bit. it does look fine in firefox and edge
Version 63.0.3239.132 OH!! IC

Re: command links in codeboxes are broken

Posted: 15 Feb 2018, 12:46
by guest3456
tankuser wrote:Version 63.0.3239.132 OH!! IC
so if you update, can you confirm the broken docs pages too?

Re: command links in codeboxes are broken

Posted: 15 Feb 2018, 13:10
by Xtra
Google Chrome is up to date
Version 64.0.3282.167 (Official Build) (64-bit)

Works here

Re: command links in codeboxes are broken

Posted: 15 Feb 2018, 14:30
by gregster
Yeah, works for me, too, on Win10 64 bit with latest Chrome 64 bit version.

Re: command links in codeboxes are broken

Posted: 15 Feb 2018, 15:05
by tankuser
guest3456 wrote:so if you update, can you confirm the broken docs pages too?
Updates prevented by admin :(

Re: command links in codeboxes are broken

Posted: 15 Feb 2018, 23:07
by Masonjar13
This is a loading issue. I'm unsure of where in the loading it actually occurs, but I've had this happen (Firefox). After refreshing, it was back to normal.

Re: command links in codeboxes are broken

Posted: 16 Feb 2018, 08:50
by Ragnar
Since v1.1.28, the sidebar uses a frame to speed up the navigation in the docs, just like the offline help.

In short, when a page such as https://autohotkey.com/docs/commands/EnvSub.htm opens for the first time, you will automatically be redirected to https://autohotkey.com/docs/frame.htm#c ... EnvSub.htm.

Your issue is a timing issue which results in a script error. Open the DevTools (press F12), go to the console tab and you'll see something like "Cannot read property 'en' of undefined".

I'll fix this.

Edit: Now I can't reproduce this issue anymore. Maybe due to cloudflare?

Re: command links in codeboxes are broken

Posted: 16 Feb 2018, 17:03
by tank
I can disable cloudflare caching for a couple of days if it helps

Re: command links in codeboxes are broken

Posted: 17 Feb 2018, 08:20
by guest3456
Ragnar wrote:Since v1.1.28, the sidebar uses a frame to speed up the navigation in the docs, just like the offline help.

In short, when a page such as https://autohotkey.com/docs/commands/EnvSub.htm opens for the first time, you will automatically be redirected to https://autohotkey.com/docs/frame.htm#c ... EnvSub.htm.

Your issue is a timing issue which results in a script error. Open the DevTools (press F12), go to the console tab and you'll see something like "Cannot read property 'en' of undefined".

I'll fix this.

Edit: Now I can't reproduce this issue anymore. Maybe due to cloudflare?
yes, i was seeing that redirect in the nav bar

curiously, the problem seems to have disappeared for me

Re: command links in codeboxes are broken

Posted: 24 Feb 2018, 11:40
by guest3456
problem is back :(

i can't even get to the main docs page:

https://autohotkey.com/docs/

Re: command links in codeboxes are broken

Posted: 24 Feb 2018, 11:56
by tank
Think this is a different problem. Work in on it

Re: command links in codeboxes are broken

Posted: 24 Feb 2018, 12:17
by guest3456
seems like the same "frame" problem that Ragnar talked about above

Re: command links in codeboxes are broken

Posted: 24 Feb 2018, 14:11
by tank
On mobile chrome frames load but no content

Re: command links in codeboxes are broken

Posted: 25 Feb 2018, 00:53
by guest3456
from the other thread, clearing the Chrome cache files has resolved the frame redirect problem

Re: command links in codeboxes are broken

Posted: 25 Feb 2018, 00:55
by tank
Not for me