Changes between Initial Version and Version 1 of Ticket #12767
- Timestamp:
- Apr 24, 2011, 9:38:05 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12767
- Property Owner set to Douglas Hays
-
Property
Component
changed from
General
toDijit - Form
-
Ticket #12767 – Description
initial v1 1 In widget dijit.form. NumberTextBox, when inputing data as x.y format in Spanish locale, error message will occur to show that "the value input is not valid"1 In widget dijit.form.!NumberTextBox, when inputing data as x.y format in Spanish locale, error message will occur to show that "the value input is not valid" 2 2 3 3 The problem is easy to recreate. In the example two of the following page. 4 http://docs.dojocampus.org/dijit/form/NumberTextBox,5 "This example creates a simple NumberTextBox programmatically. The fractional part can be 0 to 6 digits long."4 [http://docs.dojocampus.org/dijit/form/NumberTextBox], 5 "This example creates a simple !NumberTextBox programmatically. The fractional part can be 0 to 6 digits long." 6 6 input data "1.0" with English locale, no error message occurs, However, when switching to Spanish language, input the same value, error message appears.