dukecon / dukecon_html5

MIT License
2 stars 3 forks source link

ff incognito window only shows spinner after login #47

Closed ascheman closed 8 years ago

ascheman commented 8 years ago

The spinner (turning wheel cursor) is shown forever when an anonymous/incognito window is used to access dukecon after the keycloak login.

Reproduce by:

You probably will see the following error in the JS console: Opening database failed: [object Event] offline.js:368:13 InvalidStateError

Idea: Check if there is any possibility to test availability of indexedDB etc.

annam002 commented 8 years ago

This is a "feature" of firefox, see https://bugzilla.mozilla.org/show_bug.cgi?id=1150666 I fixed, but in a really ugly way. Could not find another way. Please test.

ascheman commented 8 years ago

Seems to work now in latest FF on OSX and Ubuntu (even with favorite synchronisation - totally "unexpected"). In some cases a second click on the lock symbol is necessary to log in.