Unnamed Fossil Project

View Ticket
Login
Ticket Hash: ee2c3fe83ca378a11f313a856124a548ae062c57
Title: page fails to load on new client
Status: Closed Type: Code_Defect
Severity: Critical Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2013-02-24 16:09:50
Version Found In:
Description:
The page is failing to load on a new client (without previously saved state info). The error given is that mazecanvas is undefined. perhaps a null check is in order, but there is more to this problem than meets the eye.

Derek added on 2013-02-24 16:09:50 UTC:
Fixed. added nullcheck before using mazecanvas and moved call to load or reset until after mazecanvas creation.