redwheelbarrow opened a new issue, #1425:
URL: https://github.com/apache/couchdb-fauxton/issues/1425

   Fauxton displays the 64 bit numbers from couchdb incorrectly. Saving the 
document results in the number being changed to the incorrect/displayed value.
   
   ## Expected Behavior
   The displayed number should be what is in the database
   
   ## Current Behavior
   When saving documents with larger 64-bit numbers, the displayed value when 
viewing the document in Fauxton is usually rounded to the next 1000. Querying 
couchdb shows the original number. Saving the document in Fauxton results in 
changing the number in couchdb to the incorrectly displayed number.
   
   ## Possible Solution
   Not familiar with code base
   
   ## Steps to Reproduce (for bugs)
   <!--- Provide a link to a live example, or an unambiguous set of steps to -->
   <!--- reproduce this bug. Include code to reproduce, if relevant -->
   1. Create a document with the maximum signed 64-bit value 
(9_223_372_036_854_775_807)
   2. View the document in Fauxton - observe the value is displayed as 
9_223_372_036_854_776_000
   3. Curl the same document and observe the value is correct
   4. Save the document in Fauxton
   5. Curl the document again to observe the value has been changed to 
9_223_372_036_854_776_000
   
   ## Context
   1. It makes it impossible to use Fauxton for resolving customer issues for 
risk of altering data unintentionally
   
   ## Your Environment
   * Version used: 3.3.3
   * Browser Name and version: Both Edge and Brave
   * Operating System and version (desktop or mobile): Windows 11 Home
   


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

To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to