Ticket #2782 (closed bug: fixed)
Localization problem with XML format's createTextNode method in IE
| Reported by: | fvanderbiest | Owned by: | tschaub |
|---|---|---|---|
| Priority: | critical | Milestone: | 2.10 Release |
| Component: | Format.XML | Version: | SVN |
| Keywords: | Cc: | ||
| State: | Complete |
Description
When IE's locale is set to French, the decimal separator is a comma instead of a point. In this particular case, xmldom.createTextNode(4.2) creates a node with a value of "4,2" instead of "4.2"
The following patch includes tests and a fix for this. Tests pass on FF3, IE7, Chrome6
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

