ID:1742756
 
Resolved
The child control had a syntax error that only was caught in some browsers.
BYOND Version:507.1271
Operating System:Windows 7 Home Premium 64-bit
Web Browser:Firefox 34.0
Applies to:Webclient
Status: Resolved (507.1272)

This issue has been resolved.
Descriptive Problem Summary: When using the webclient, games which use the "default" BYOND 3.5 skin interface do not display the map or side panels.

Numbered Steps to Reproduce Problem:
1) Host a game which uses the default BYOND interface.
2) Join the game using the Webclient.
3) Observe that neither the map or the side panels are displayed.

Expected Results: For the map and side panels to be displayed.

Actual Results: Only the command bar and status bar and displayed. Music if applicable is also played.

Does the problem occur:
Every time? Or how often? Everytime.
In other games? Some.
In other user accounts? Untested.
On other computers? Untested.
In other browsers? In Firefox and IE11.

When does the problem NOT occur? When playing a game with a skin.

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? 507.1270.

Workarounds: Unknown.

I didn't observe this in Runt while testing, but I'll take another look.
Lummox JR resolved issue with message:
The child control had a syntax error that only was caught in some browsers.
I found the problem here. If you want a short-term patch, find web/child.dms in your install dir and look for the line with toFixed(). The last replace() on that line has a bogus opening parenthesis following a slash that begins a regular expression.

For some reason Firefox is catching the error, but Chrome never made a peep.