After this upgrade, the topic header started going off screen when I scroll topic content down.
Same for post editor being partially off screen unless I scroll up.
Android 9 Kiwi browser.
Do you know what could have happened?
It looks like a CSS issue.
There is no problem here in meta.
Maybe a specific 3.1.0.beta2
bug?
In fact the whole site is slightly zoomed in.
But even if I zoom out fully, the described issues are still there (on MetaBrainz Discourse).
I tried with the default Light Theme.
At first it seemed fixed but no, same problems in topics.
Falco
(Falco)
February 1, 2023, 9:46pm
2
jesus2099:
Android 9 Kiwi browser.
Does the same happens on Chrome?
Can you record a video of the problem or even a screenshot?
2 Likes
Thank you @Falco .
Actually, the problem stopped for me, now!?
Some old CSS and/or JavaScript must have put some time to update in my browser cache!
I’ll say here if it comes back, but I don’t think so.
I forgot to paste my screenshots in OP!
I add them now, for the record.
2 Likes
Oh no, small zoom in still happens and also header and post edit buttons off screen. And not on meta.
I will test with Chrome as soon as I have time and enough space to update the obsolete pre-installed version.
No problem on try either, apparently…
I have updated Chrome to latest version (109.0.5414.117).
The same problems still occur on MetaBrainz since upgrade from 2.8.14 to 3.1.0.beta2 and server change but still not on try and not here on meta :
slight zoom in
dynamic header and footer buttons go off screen when scrolling
See top and bottom of the header and buttons that go off screen.
See at the end, I zoom out fully.
Then things are more fixed but it shows that it’s some out, as the header is not going all the way to the right border.
Maybe the problem is that the header is narrower than the page background?
Falco
(Falco)
February 2, 2023, 7:52pm
7
If it only occurs on that site and neither on try nor meta it means it’s a theme bug. Can you try reproducing it on that site while on Safe Mode ?
1 Like
Wow, great hidden feature!
Same problems in any topics when in MetaBrainz safe mode with all 3 things disabled.
Don
February 2, 2023, 7:58pm
9
Hello, I think the side overflow cause by the long tags on suggested topics. It pushes the date off screen.
3 Likes
Wow, it seems like you nailed it, @Don !
1 Like
Falco
(Falco)
February 2, 2023, 9:49pm
11
Moving it to ux , nice catch @Don
3 Likes
Indeed, when by chance the suggested topics have no overlong tags, no problems:
1 Like
I’ve got a PR in the works that will allow tags to wrap under the category name, hoping this will solve the issue:
discourse:main
← discourse:ux-mobile-tags
opened 10:30PM - 06 Feb 23 UTC
This may cause some mobile theme regressions due to the additional wrapper and s… ome alignment adjustment. I've also tested this with the bullet, box, and bar styles.
Before:
![Screenshot 2023-02-06 at 5 20 04 PM](https://user-images.githubusercontent.com/1681963/217100565-21cf1889-51e1-402d-a768-ca2994ec2c53.png)
After:
![Screenshot 2023-02-06 at 5 25 41 PM](https://user-images.githubusercontent.com/1681963/217101458-cbbc5b82-87c8-4f5b-8365-3bd42aee3d25.png)
5 Likes