Ticket #2527771 (closed enhancement)
Reporter Luke Smith |
Opened: 03/6/09 Last modified: 05/20/10 Status: closed Type: enhancement Resolution: fixed |
Owner Jenny Han Donnelly |
Target Release: 2.8.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Potential replacement for YAHOO.util.Number.format | ||
| Description: | In response to a ydn-js poster asking about custom formatting for negative numbers, I adapted a number formatting function I wrote a while ago to support a new config key negativeFormat. The code is significantly smaller than the current production version, so may be worth using as a replacement. |
||
| Type: | enhancement | Observed in Version: | 2.7.0 |
| Component: | DataTable | Severity: | S3 (normal) |
| Assigned To: | Jenny Han Donnelly | Target Release: | 2.8.0 |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 03/6/09
|
|
Posted: 06/19/09
As long as it's not slower, it's all good. Thanks. |
|
Posted: 06/19/09
Added a patch to the gist to protect against an IE bug in (number).toFixed(). Namely |
|
Posted: 08/4/09
Created commit f3a075f: [fix bug #2527771] Negative formatting support in Number.format(). |
|
Posted: 09/14/09
2.8.0 has been released. All "checkedin" items are available for download in the official release. Status of "checkedin" items is being set to closed. |
|
Posted: 09/14/09
|
|
Posted: 05/20/10
I noticed a bug in that patch for IE and filed it as #2528976 |


Feel free to assign this back to me if you think it's kosher and want me to make the change.