command links in codeboxes are broken

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: command links in codeboxes are broken

Re: command links in codeboxes are broken

Post by gregster » 25 Feb 2018, 13:00

Yes, only #1 is the issue. #2 was even resolved for me before I (actively) cleared the cache.

Re: command links in codeboxes are broken

Post by nnnik » 25 Feb 2018, 07:41

Yeah #2 is solved for me by clearing the website with Ctrl+F5

Re: command links in codeboxes are broken

Post by guest3456 » 25 Feb 2018, 07:18

just to be clear. there are two separate issues:


1. links in codeboxes and [docs] tags: StringReplace

Code: Select all

msgbox, hello world

2. the normal helpfile links with the frame redirect (watch the URL bar):
https://autohotkey.com/docs/commands/EnvSub.htm
https://autohotkey.com/docs/


#1 is still unsolved

#2 is solved by clearing browser cache for me on Win10 x64 chrome

Re: command links in codeboxes are broken

Post by gregster » 25 Feb 2018, 06:38

For me neither, even after purging the cache and deleting the cookies in Firefox...

Re: command links in codeboxes are broken

Post by BoBo » 25 Feb 2018, 01:24

tank wrote:Nevermind works now
Unfortunately not :( "Sorry, an error occurred. Please let us know via the forums."

Re: command links in codeboxes are broken

Post by tank » 25 Feb 2018, 00:56

Nevermind works now

Re: command links in codeboxes are broken

Post by tank » 25 Feb 2018, 00:55

Not for me

Re: command links in codeboxes are broken

Post by guest3456 » 25 Feb 2018, 00:53

from the other thread, clearing the Chrome cache files has resolved the frame redirect problem

Re: command links in codeboxes are broken

Post by tank » 24 Feb 2018, 14:11

On mobile chrome frames load but no content

Re: command links in codeboxes are broken

Post by guest3456 » 24 Feb 2018, 12:17

seems like the same "frame" problem that Ragnar talked about above

Re: command links in codeboxes are broken

Post by tank » 24 Feb 2018, 11:56

Think this is a different problem. Work in on it

Re: command links in codeboxes are broken

Post by guest3456 » 24 Feb 2018, 11:40

problem is back :(

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

https://autohotkey.com/docs/

Re: command links in codeboxes are broken

Post by guest3456 » 17 Feb 2018, 08:20

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

Post by tank » 16 Feb 2018, 17:03

I can disable cloudflare caching for a couple of days if it helps

Re: command links in codeboxes are broken

Post by Ragnar » 16 Feb 2018, 08:50

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

Post by Masonjar13 » 15 Feb 2018, 23:07

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

Post by tankuser » 15 Feb 2018, 15:05

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

Post by gregster » 15 Feb 2018, 14:30

Yeah, works for me, too, on Win10 64 bit with latest Chrome 64 bit version.

Re: command links in codeboxes are broken

Post by Xtra » 15 Feb 2018, 13:10

Google Chrome is up to date
Version 64.0.3282.167 (Official Build) (64-bit)

Works here

Re: command links in codeboxes are broken

Post by guest3456 » 15 Feb 2018, 12:46

tankuser wrote:Version 63.0.3239.132 OH!! IC
so if you update, can you confirm the broken docs pages too?

Top