You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/06/08 11:02:40 UTC

[GitHub] [couchdb-fauxton] kinesias opened a new issue #1200: firefox: 'this.getEditor() is null' if doc._id is 'settings'

kinesias opened a new issue #1200: firefox: 'this.getEditor() is null' if doc._id is 'settings'
URL: https://github.com/apache/couchdb-fauxton/issues/1200
 
 
   This seems to be a Firefox > 65 issue. 
   I have a document with the _id 'settings'. If I open the doc in Firefox via Fauxton, the entire page becomes blank and I get the following stacktrace in the console: 
   
   ```
   TypeError: "this.getEditor(...) is null"
       value http://127.0.0.1:5984/_utils/dashboard.assets/js/bundle.89dbadd64e69e0df7653.js:1
       Dn http://127.0.0.1:5984/_utils/dashboard.assets/js/vendor.9993972098ce728e0fc2.js:80
       Gn http://127.0.0.1:5984/_utils/dashboard.assets/js/vendor.9993972098ce728e0fc2.js:80
       Yn http://127.0.0.1:5984/_utils/dashboard.assets/js/vendor.9993972098ce728e0fc2.js:80
       hr http://127.0.0.1:5984/_utils/dashboard.assets/js/vendor.9993972098ce728e0fc2.js:80
       lr http://127.0.0.1:5984/_utils/dashboard.assets/js/vendor.9993972098ce728e0fc2.js:80
       ar http://127.0.0.1:5984/_utils/dashboard.assets/js/vendor.9993972098ce728e0fc2.js:80
       ir http://127.0.0.1:5984/_utils/dashboard.assets/js/vendor.9993972098ce728e0fc2.js:80
       Zn http://127.0.0.1:5984/_utils/dashboard.assets/js/vendor.9993972098ce728e0fc2.js:80
       enqueueSetState http://127.0.0.1:5984/_utils/dashboard.assets/js/vendor.9993972098ce728e0fc2.js:88
       setState http://127.0.0.1:5984/_utils/dashboard.assets/js/vendor.9993972098ce728e0fc2.js:96
       onStateChange http://127.0.0.1:5984/_utils/dashboard.assets/js/vendor.9993972098ce728e0fc2.js:57
       notify http://127.0.0.1:5984/_utils/dashboard.assets/js/vendor.9993972098ce728e0fc2.js:96
       notifyNestedSubs http://127.0.0.1:5984/_utils/dashboard.assets/js/vendor.9993972098ce728e0fc2.js:96
       onStateChange http://127.0.0.1:5984/_utils/dashboard.assets/js/vendor.9993972098ce728e0fc2.js:57
       l http://127.0.0.1:5984/_utils/dashboard.assets/js/vendor.9993972098ce728e0fc2.js:57
       r http://127.0.0.1:5984/_utils/dashboard.assets/js/vendor.9993972098ce728e0fc2.js:96
       reduxDispatch http://127.0.0.1:5984/_utils/dashboard.assets/js/bundle.89dbadd64e69e0df7653.js:1
       fetchSelectedDatabaseInfo http://127.0.0.1:5984/_utils/dashboard.assets/js/bundle.89dbadd64e69e0df7653.js:1
   vendor.9993972098ce728e0fc2.js:80:164186
   ```
   
   This error only happens if the doc._id is 'settings'.
   It does however work perfectly in Safari and Chrome.
   
   Environment:
   Fauxton on Apache CouchDB v.2.3.1
   MacOS 10.13.6
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services