Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
6.15.0
-
None
Description
When the browser does not support WebSocket, /wicket-websocket-jquery.js throws an "is not supported" string from the initialize() method, which runs in the DOM ready event. This break any other initialization of the page that takes place after the WebSocket initialization, leading to less than graceful degradation of functionality.