|
Thanks for explanation.
Patrice
“Everything should be made as simple as possible, but no simpler.” Albert Einstein
|
|
|
|
|
I just published a new version of my article, and something fail to enforce the standard width.
Was OK with previous version of article.
RLE: The Human Friendly Compression[^]
Using old FireFox 56.
Looks OK with Chrome.
Patrice
“Everything should be made as simple as possible, but no simpler.” Albert Einstein
|
|
|
|
|
Looks OK in FireFox 99.
Probably an issue with the old version of FF.
"Time flies like an arrow. Fruit flies like a banana."
|
|
|
|
|
The Lounge
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.
-- 6079 Smith W.
|
|
|
|
|
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."
|
|
|
|