faugh22k / RiverExplorer

Display river network; allow user to select different subnetworks, change budget. Display optimal solutions for maximizing habitat.
0 stars 0 forks source link

Firefox compatibility #7

Open dsheldon opened 9 years ago

dsheldon commented 9 years ago

Website does not currently work in Firefox. Mouseover node does not show node information. Click on node does not trigger any response.

dsheldon commented 9 years ago

I get this error to the console.

Line 605 of NetworkExplorer.js:

NS_ERROR_NOT_AVAILABLE: alert("includedNodes: \n\n" + includedNodes)

faugh22k commented 9 years ago

I just ran the website from my computer and from the server (Chrome and Firefox), and I didn't get an error. Are you still getting it?

dsheldon commented 9 years ago

I'm still getting it. The exact behavior seems to depend on whether I dismiss the alerts "Prevent this page from creating additional dialogs" or not. Everything seems to work until I dismiss the alerts, and then behavior varies after that.