|
Yes in very specific circumstances. I'll leave that as an exercise for the reader.
cheers
Chris Maunder
|
|
|
|
|
|
I wish I could see the original HTML. It's interesting that it's happened in both PRE blocks and straight HTML. Our HTML sanitiser is pretty good at dealing with that (it deals with it everyday).
cheers
Chris Maunder
|
|
|
|
|
:facepalm:
Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012
modified 11-Apr-22 1:17am.
|
|
|
|
|
I cut and pasted, I added HTML I thought would break it, but I couldn't (at least in our test rig) break it.
cheers
Chris Maunder
|
|
|
|
|
It would appear that < followed by a space is OK, but followed by any character is not.
This for (int i = 1; i < n; ++i) will not break it:
for (int i = 1; i < n; ++i)
This for (int i = 1; i <n; ++i) will (as you can see):
for (int i = 1; i
|
|
|
|
|
Well done.
(int i = 1; i <n ;="" ++i)
<="" div="">
It looks like it's a regression. We'll add it to the TODO
...or just switch to markdown...
cheers
Chris Maunder
|
|
|
|
|
Chris Maunder wrote: ...or just switch to markdown...

|
|
|
|
|
Looks like this especially happens after a post. Still only experience and no proper way to reproduce.

Chrome: Version 100.0.4896.75
|
|
|
|
|
Yes, and thank you. I will be trying to track that one down tomorrow.
cheers
Chris Maunder
|
|
|
|
|
Chris,
Just wanted to let you know that this seems to be fixed. I could reproduce it 100% of the time. Last week, whatever change you made fixed the overlapping on my end.
|
|
|
|
|
cheers
Chris Maunder
|
|
|
|
|
I tried asking a question in Q&A. When I clicked Submit, it told me there was a problem with my keywords. I fixed the problem and clicked Submit again.
I was then informed I was "posting too often" and to "hold on there tiger".
Really?
Software Zen: delete this;
|
|
|
|
|
Occasionally I'm told that there was a problem when posting something, only to discover that it got posted anyway. Might that explain it?
|
|
|
|
|
Are you upset that
a) I called you tiger,
b) our system thought, I'm guessing erroneously, that you were posting too frequently, or
c) that we had had to implement posting throttling because of spammers causing havoc and messing up life for everyone
What approximate time was was this, and how many posts had you made (roughly)?
Out of curiosity what was the problem with the keywords? Too many? An error when the system tried to process them?
cheers
Chris Maunder
|
|
|
|
|
Chris Maunder wrote: our system thought, I'm guessing erroneously, that you were posting too frequently Based on the error message about the keywords, I assumed the post had failed. I corrected the issue and tried to submit the question again. That's when I got the 'tiger' message.
It turns out the question actually posted: Has anyone written a windows 11 shell extension?[^]
Software Zen: delete this;
|
|
|
|
|
If I start to reply on a forum message and I click the cancel button, then the main side panel navigation looks like below screenshot. If I refresh the page then it looks correct again.
google chrome latest version.
windows 10.
Web04 2.8.2022.04.02.1
Fixed Layout

|
|
|
|
|
If you scroll to the top again and then back down does that issue still show?
I've seen it, but I can't repeat it, so it seems like there's a timing issue.
I think I'll just redo the entire CSS in bootstrap. This is just annoying
cheers
Chris Maunder
|
|
|
|
|
When it is not working correctly for me, scrolling up and down on the page does not fix it; only a hard refresh fixes it, or navigating to another page.
With that said, I noticed that the issue is intermittent for me, and it appears to still be happening. Seems to happen more often than not, but not every single time.
For a while there it appeared to happen only in threads that I had replied to already, but I confirmed that is not part of the issue.
|
|
|
|
|
|
fixed, pending cache update.
"Time flies like an arrow. Fruit flies like a banana."
|
|
|
|
|
But the font size appears to be different (13px for headers, 15px for message text) and I don't remember it being like that yesterday:

The change makes the text of a long message harder to read - it takes up more space and looks like q UWP app in the line spacing. And it's the same on my desktop and my Surface.
I dunno if this is you, or me, Chrome, or Windows - but it looks very "wrong" to my head because normally headlines / titles are a larger font than article content ...
Chrome 100.10.4896.60 (Official Build) (64-bit)
Windows 11 21H2 (OS Build 22000.556)
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
I think everyone is seeing this. css change?
|
|
|
|
|
Same here in Firefox.
See also the unwanted wrapping in the "report message" menu:

"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
We did make a change to the CSS last week that increased both of the font sizes to 15px from 14px.
Everything we try shows both fonts at this size, not 13px and 15px.
In other words, I can't recreate this problem.
It is likely that either you have a cached version of one of the CSS files, or you have something that is modifying part of the CSS.
"Time flies like an arrow. Fruit flies like a banana."
|
|
|
|