I'm randomly having the same issue that is, although mine is coming and going and limited to just the inbox (not to within the messages themselves). It doesn't prevent me from opening my mails, but it is super weird to go to click and suddenly have the entire page light up.
@Cresenta
You have a couple places with malformed sCode, where you close tags in the wrong order. For instance, your code looks like this:
Shop
But should be like this:
Shop:
Basically, the u is inside of the b tag, so you have to close that one first. You have this mistake in a couple places and it's the main thing breaking your sCode.
I wanted to save you the trouble so I edited your post to fix all the sCode errors. You can look at what I did, but the main problem was just tags being closed in the wrong order everywhere xD
[edit] Lol now my own sCode is breaking... RIP (edit2) pushing a fix for the code tag lol.. ;-;
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Wow, that's really weird.
Could you view the source code of the page and try to figure out where that link is happening? (Like there must be a stray a href near the top of the page, but.. where exactly? I find it intriguing that it's not just the sMails but the entire page turns into the link...)
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
I've noticed as well that it comes and goes in spurts. I'm about to head to bed and I think Reaper is in bed already but tomorrow I'll keep an eye out and as soon as it happens I'll inspect the code and look around =o
I was sleeping before this came and now I'm at work. I'll try to keep an eye out for it again and check the source (or at least copy the source for you) if it happens again when I'm home!
Thank you, and no worries haha. I didn't mean to rush you!! Sleep is good :'D
For the source code I'd mainly be looking for where the link starts, and what text shows up right before it. That will help me pinpoint where it's being caused on Subeta's side of the code.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Okay, if/when it happens again I'll check the link :)
I oddly cannot get this to happen again... I'm going to keep an eye out still, but I did want to let you know I've checked back at least 20 times and it hasn't happened again.... That's so... odd.... =/
Well, I have pushed updates since the time you made the initial report. I didn't make a fix to this specifically, but maybe one of my changes fixed it inadvertently. That would be pretty lucky if so :)
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Hello! Thank you for all the hard work! ❤️
I checked the front page, as well as the last couple of pages, and it seems like no one's reported this yet! I'm not sure if it's an associated issue, or something else entirely.
For some reason my posts haven't been centering at all, even when I've deleted basically everything inside of the the Center tags.
>> Live link to the post. <<
Please ping for slots! ❤️ ❤️ ☾
❤️ design shop ❤️ release thread ❤️ ping group ❤️ foodgram ❤️
From glancing at your code snippet you seem to have some malformed code: you open the b tag before the size tag, but then you've closed the b tag first and then the size tag. Closing the tags in the correct order should fix your issue.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
I sure hope so! That would be really rad ;) I'll be on a sharp look out though and if it pops up I'll be here in a flash with some more info C:
You're not kidding when you say the new processor is a lot stricter...
That code existed in my thread for over a year pre-updates and it worked find until now, so I didn't even think to look twice! Gonna have to be a lot more careful now...x.x
❤️ design shop ❤️ release thread ❤️ ping group ❤️ foodgram ❤️
just letting you know, it happened to me!! So I've got an instance of it and I'm doing stuff to try and fix it, it is... really heckin weird tho haha
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
It really is x'D It caught me off guard and I'm going to be honest for the first 5 minutes of seeing it I sat there thinking "has it always done this...." and I tried to remember if I just wasn't paying attention all this time or what x'D
I almost didn't realize it was doing it until Mesmer said something and then it happened again.
Admin posts are missing line breaks, I think! (for example scroll down to where your first post for this thread was, it's a huge paragraph instead of being broken up!)
EDIT: and user hovers are gone from pings. If you hover on someone's ping there is no user hover info.
PS. Awesome avatar bug!
EDIT 2: The friend feed has the no line break problem as well.
I figured it out and have pushed a fix! This one was baffling to pin down.
It happened under very specific circumstances: when you get a reply to an sMail you sent, you'll get a sidebar event saying something like "You have a reply from X in your inbox!" which links to your mail page. That's what caused the page to break. The event link had an unclosed link tag. Usually your browser is smart and can automatically "fix" broken HTML like this but on the mail.php page (which has a lot of other malformed HTML) it wasn't able to do so.
The giant page-link can be fixed therefore by simply deleting the event.
The fix I pushed should cause all events from here on out to use a correctly closed link :) However any notifications you had from before will still have the malformed link since they were created before the fix was out.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights