andrewxhill / MOL

The Map of Life
mol.colorado.edu/
19 stars 4 forks source link

Search UI is wonky in Firefox #25

Closed eightysteele closed 13 years ago

eightysteele commented 13 years ago

Search puma concolor. Check error console:

Error: Missing query for request id: 0 Source File: http://www.google.com/uds/api/visualization/1.0/936cfcda71578b85cbc8c980474192bf/default,table.I.js Line: 259

Also browser history support not working.

eightysteele commented 13 years ago

Pushed code that fixes this maaaaybe. Basically the history.pushState object isn't a function in the Firefox JS environment. Deployed to prototype for review:

http://prototype.mol-lab.appspot.com/search

Changing issue label to Status-Review.

eightysteele commented 13 years ago

Ok, just pushed code that fixed an issue with Firefox not loading results when using the browser forward/back button:

https://github.com/andrewxhill/MOL/commit/c7d6c78f63c5a527382348eb4471947545faaf23

The changes are deployed to prototype for review:

http://prototype.mol-lab.appspot.com/search

Walter, looking good on your end?

eightysteele commented 13 years ago

Just pushed the new UI architecture and Firefox issue is dissolved:

http://unstable.mol-lab.appspot.com/search

Closing this issue.