Site Bugs?

For folks having the issue, what does your browser history look like when you scroll through unread posts on a thread?

Mine shows an entry for each post, like so:

image

I imagine there’s some sort of javascript callback as each post scrolls into view, so if it is a connection speed and/or device-related issue, it could be something like the “I read this post” requests timing out, or otherwise not quite making it back to the server. That’s pure speculation on my part (it’s been a long time since I’ve done any web development), but it seems at least mildly plausible.

4 Likes

I’ve been seeing strange behavior where in the list of topics it says it was updated 3 or 4 days ago but when I go in the last post was from weeks or months ago. I didn’t notice this and ended up necroing some old threads. (Not that there’s anything wrong with that.)

5 Likes

Welp, it started doing that to me today on mobile (Brave browser) so I can confirm that the issue exists, but not a clue as to the why

Edit:
changing session seemed to work!

3 Likes

I needed to clear my cookies and relogin to eleswhere.cafe-- before I cleared cookies, the site displayyed as a blank screen.

running Safari Version 13.0.2 (14608.2.40.1.2) on macosx10.14.6

2 Likes

If you’re talking about the Pi-hole thread, that’s because I posted there several days ago after doing some troubleshooting on my device. It seemed relevant at the time, but was really just me unwinding after a long day; when I re-read it the next morning it was obvious blather so I deleted the whole post. So the thread really was updated recently, it just didn’t look like it because I deleted the post that pushed it up in the topics list.

If you’re seeing the same thing on other threads, then that wasn’t me. :sweat_smile:

6 Likes

I’ve been seeing this happening very frequently on mobile Chrome. It usually clears up if I swipe down to refresh the page, but not always. I don’t think I’ve seen it on a PC browser so far, and at least one of my PC locations has absolutely horrible bandwidth available compared to either the mobile or wifi bandwidth usually available to my phone when I see it.

3 Likes

Animated help tips.

2 Likes

I’ve noticed that the site, as rendered in safari, sometimes blinks.

2 Likes

Infinite loop!

2 Likes

There’s an update available for Discourse. I was going to take care of it last night, but then looked at the time and realized that the chances of me falling asleep while waiting for it to complete were high enough that I should wait. I’ll try to tackle it tonight if I can.

6 Likes

Upgrade complete. Let me know if that fixes the issue. If it doesn’t, we’ve at least eliminated that as a solution.

2 Likes

Seems to work. Thanks.

1 Like

I don’t know if it’s an issue with site settings, or with Twitter’s settings, but onebox links to twitter images animate as they load.

Screen Shot 2020-05-13 at 11.41.05 PM

ease is pain.

1 Like

Weird line when the page is loading circle thingy.

Windows 10
Microsoft Edge

1 Like

I don’t know if this is a Discourse issue or a browser bork (stock Samsung browser, a Chromium mod on a Tab S4), but I’m noticing this on the address bar:

Clicking on the i-for-information gives me this warning:

I have no idea whether that’s serious or just an “idiot light,” but I thought I’d mention it in case something needs tweaking.

I suspect it’s Yet Another Discourse Glitch because I first noticed it on TOS, and they’ve had multiple glitches today. (Now I get to go report it over there…)

Edited to add: I don’t see the same thing over at meta.discourse.org, which is weird. So I’m confused. :confounded:

2nd edit: it’s intermittent, not constant, so maybe it’s a connection issue on my end. I have a second device streaming video, maybe it’s a bandwidth issue?

5 Likes

I’m seeing something similar in Firefox on my laptop:
image

Let me see if I can track down which resources are being served over http. Whether I can fix it or not is another question.

3 Likes

Probably embedded onebox links causing this. Our scripts and such always serve over https so the issue must be onebox. =(

2 Likes

That appears to be confirmed, via CodingHorror @TOS:

If you press f12 and go to the Security tab, that’s your best bet. I was on that tab, and refreshed this topic page and got:

However it is true that if anyone EMBEDS something that starts with http:// to a post, that’ll cause the dreaded “mixed content”. Simply linking to a non-https webpage won’t do it. You’d want to figure out which post is doing that.

So it isn’t something to be too concerned about?

3 Likes

while in theory a malicious ISP could mess with embedded HTTP content on a page you view, it’s not a major concern.

because embeds are served up direct from third party servers, there’s no way to force those servers to serve https.

(Really surprised that any websotes are swerving http at all in 2021, since Apache defaulted to https since like 2014. extreme beancounting? or sheer incompetence? dunno which explanation is worse.(

4 Likes

You’d think Discourse would be smart enough to try to convert embedded http links to https. ¯\_(ツ)_/¯

I mean it does all kinds of other stuff behind your back like surreptitiously slurping other content into its CDN, and other link kinds of link manipulation already.

Doesn’t the Other Place convert all Amazon links in posts to affiliate links as a revenue stream?

3 Likes