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/08/18 17:00:27 UTC

[GitHub] [couchdb-fauxton] DarrenCook opened a new issue #1214: 00A0 displayed in red in Fauxton interface

DarrenCook opened a new issue #1214: 00A0 displayed in red in Fauxton interface
URL: https://github.com/apache/couchdb-fauxton/issues/1214
 
 
   ## Expected Behavior
   
   The \u00A0 character should just appear as a space. (it is the unicode equivalent of `&nbsp;`)
   
   ## Current Behavior
   
   It shows as a white dot in a red square, in the Fauxton interface, when I click a document to view/edit it.
   
   ## Possible Solution
   
   A workaround:
   
   I'm using node.js and the nano library, and if I use `s.replace(/\u00A0/g, ' ')` before doing `db.insert(s, 'mydoc')` then the problem goes away. But I'd rather not have to modify the data in this way. (A user might have used non-breaking space deliberately.)
   
   ## Context
   
   It is only distracting. The \u00A0 appears to be stored correctly.
   
   ## Your Environment
   
   Fauxton on  Apache CouchDB v. 2.3.1
   
   (On Linux, viewing with Firefox 68)
   

----------------------------------------------------------------
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