qld-gov-au / qgov-mam-angularjs

Map-based information services based on Queensland Government data
http://qld-gov-au.github.io/qgov-mam-angularjs/demo/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

(Bug?) MAM page will occasionally stop loading before displaying results #40

Open bboyle opened 9 years ago

bboyle commented 9 years ago

From @scottssutton on October 27, 2014 4:33

Occasionally when the main MAM page or a results page, the page will stop loading before displaying the results.

This seems to happen most often in IE but I've had it happen in Chrome and FF as well. It's very intermittent, but when the page doesn't load there's usually a reference to being unable to get the value of the property 'bind' in qgov-maps-directory.js

Output from IE console:

SCRIPT5007: Unable to get value of the property 'bind': object is null or undefined qgov-maps-directory.js, line 8 character 37638

Output from Chrome console:

Uncaught TypeError: Cannot read property 'bind' of undefined qgov-maps-directory.js:8 GET https://stats.g.doubleclick.net/collect?t=dc&aip=1&v=1&_v=j30&tid=UA-7276966-11&cid=1900826350.1414127860&jid=614279484&_u=cSACgAQAQ~&z=1967142211 net::ERR_TUNNEL_CONNECTION_FAILED VM406 index.html?title=Kingaroy%20Transport%20and%20Main%20Roads%20Customer%20Service%20Centre:607 VHOST: PROD; X-Served-By: PWS qgov.js:3 Uncaught TypeError: Cannot assign to read only property 'click' of tracked

Copied from original issue: qld-gov-au/page-organisation-map#6

bboyle commented 9 years ago

Uncaught TypeError: Cannot assign to read only property 'click' of tracked is a different bug, analytics related we think, that's on SWE pages in Chrome.

Will see if we can reproduce the MAM load issue.