WeblateOrg / weblate

Web based localization tool with tight version control integration.
https://weblate.org/
GNU General Public License v3.0
4.58k stars 1.02k forks source link

Unknown time range picker shown in the footer when logged #12742

Open JiDW opened 2 weeks ago

JiDW commented 2 weeks ago

Describe the issue

Hello,

Since I upgraded from Weblate 5.0.2 to 5.7.2 (with the docker upgrade), I have this time range picker elements visible in most pages footer.

As I could not find anyone with a similar issue, I'm guessing there must be some kind of CSS cache that got stuck somewhere during the upgrade? I tried to restart weblate multiple times but it did not change anything. I also looked for a potential management command related to a possible cache. I also disabled my Cloudflare (with "developer mode") to make sure it was not a CDN cache.

It only appears when logged in.

I tried with Chrome and Firefox, browser cache disabled.

Thanks for your help!

I already tried

Steps to reproduce the behavior

  1. Update from 50.2 to 5.7.2
  2. Check the footer area while logged in

Expected behavior

No response

Screenshots

image

Exception traceback

No response

How do you run Weblate?

Docker container

Weblate versions

Weblate deploy checks

System check identified some issues:

INFOS:
?: (weblate.I028) Backups are not configured, it is highly recommended for production use
        HINT: https://docs.weblate.org/en/weblate-5.7.2/admin/backup.html

System check identified 1 issue (1 silenced).

Additional context

No response

meel-hd commented 1 week ago

Working on it

Edit: For the moment I wasn't able to reproduce the issue, I tried with docker and without. signed in and not as mentioned. @JiDW Would you please provide a screenshot or a copy of the page source when this issue appears.

nijel commented 1 week ago

@JiDW Can you look into the HTML how does CSS inclusion look like? With COMPRESS_ENABLED the styles should be compressed into one or two CSS files and these should be changing on every change. Also, what is your setting for COMPRESS_CSS_HASHING_METHOD?