There are lots of try ... catch blocks in the javascript code, when debugging a site with firebug it breaks on errors inside the try catch. Better/easier to use some if statements to check if the property exists before trying to use it.

Comments

NickDickinsonWilde’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

For most of those, that would add a lot of if tests for things that *should* be set. If it is still a problem, I'll look into changing it but not on my list right now.