RESOLVED DUPLICATE of bug 246646 Bug 249231
REGRESSION (Safari 15.x): Intl.NumberFormat producing different results when compared to Chrome/FF
https://bugs.webkit.org/show_bug.cgi?id=249231
Summary REGRESSION (Safari 15.x): Intl.NumberFormat producing different results when ...
Pedro
Reported 2022-12-13 09:36:53 PST
When using Intl.NumberFormat in combination with formatToParts there are inconsistencies with the Chrome/Firefox implementation. This was working fine in v15 of Safari but has since broken somewhere between 15.3 - 15.6.1, and continues to be broken in the latest version 16.1. Inconsistencies are detailed below: 1- When configuring the number format options like this: { minimumFractionDigits: 0, maximumFractionDigits: 20, useGrouping: true, notation: 'compact', compactDisplay: 'short', } Safari ignores the minimumFractionDigits and always rounds up or down depending on the decimal. 2- When formatting a number above 1000 Safari drops any additional fractions (unlike Chrome and FF). For example if the number is 1100, it should format to 1.1K in the compact display notation. Instead Safari drops the fraction part completely and simply formats it as 1K. Things get even stranger when formatting into the millions where Safari turns this: 1234567 into 1.2M, which is correct and consistent with other browsers. It could be that something is wrong in the handling when numbers are in the thousands.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-12-17 23:54:09 PST
Yusuke Suzuki
Comment 2 2022-12-18 23:41:30 PST
Thanks for your report! I think this is fixed in bug 246646. Please check with the latest Safari Technology Preview. *** This bug has been marked as a duplicate of bug 246646 ***
Note You need to log in before you can comment on or make changes to this bug.