pretalx / pretalx

Conference planning tool: CfP, scheduling, speaker management
https://pretalx.com
Apache License 2.0
739 stars 206 forks source link

Visual bug on the schedule page #411

Closed Rafiot closed 6 years ago

Rafiot commented 6 years ago

The rooms names are displayed with some tagging on the schedule page:

secinlu1

Steps to Reproduce (for bugs)

Load (after you create rooms): https://<url>/orga/event/<event>/schedule/

Your Environment

rixx commented 6 years ago

I'm sorry but I can't replicate this issue locally or remotely atm – I don't have FF 59, but in FF 60 it displays just fine. I know we had this issue some time ago – could you delete and rebuild your static files and check if the issue persists?

Rafiot commented 6 years ago

I ran this command and restarted the services but still have the problem: python -m pretalx rebuild --clear

Should I try something else?

rixx commented 6 years ago

That should do it, but you could also try removing your static.dist/directory, and make sure you're running on HEAD.

Rafiot commented 6 years ago

I deleted the directory and did the following:

pip install -U "git+git://github.com/pretalx/pretalx.git@master#egg=pretalx&subdirectory=src"
python -m pretalx migrate
python -m pretalx rebuild --clear
systemctl restart pretalx-web pretalx-worker

and still have the issue :/

rixx commented 6 years ago

Right, this is an issue that only happens in production due to faulty compression. I'm pushing a commit fixing the issue as we speak.

Rafiot commented 6 years ago

Works, thank you!