-
Bug
-
Resolution: Fixed
-
Major
-
None
[Steps to reproduce]
- Add project with at least one space in name to the walldisplay
[Expected output]
- Everything should work fine, progress updated, etc.
[Actual output]
- Progress is not updated, browser with walldisplay slowly consumes memory and eventually dies.
[Reason]
- JQuery $("#" + job.name) is used to find DIVs for jobs, so it fails to find them when there are spaces in job.name. Hopefully, I'll post the link to fix here tomorrow (git hub pull request).