Actions
Bug #36093
closed"Scrollbar test exception: TypeError" when loading any page
Description
Ohai,
since some time, loading any page raises the following error in the browser console- Chrome:
Scrollbar test exception: TypeError: Cannot read properties of null (reading 'appendChild')
- Firefox:
Scrollbar test exception: TypeError: document.body is null
Ron traced that down to the noVNC library that we're using and opened https://github.com/novnc/novnc/pull/1733 to fix it.
The issue here is just to track the state and update to a newer noVNC once a fix is released.
Updated by Evgeni Golov about 1 year ago
- Status changed from New to Closed
- Fixed in Releases 3.7.1, 3.8.0 added
This has been fixed via 3f1ca239c8cac3218cd95a59b2834fe27cbb2bce aka #36342
Updated by Evgeni Golov about 1 year ago
- Related to Refactor #36342: Move JS scripts to the layout's Body added
Updated by Ewoud Kohl van Wijngaarden about 1 year ago
- Triaged changed from No to Yes
Actions