#5652 closed defect (invalid)
InlineEditBox: editor for CurrencyTextBox doesn't switch to edit mode (IE, non-english locale)
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See test_InlineEditBox.html on IE, and click on the $2,000.00 box to edit the value. On click it should convert to "2000.00" but it doesn't on IE. Works on FF.
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Summary: | InlineEditBox: editor for CurrencyTextBox doesn't switch to edit mode (IE) → InlineEditBox: editor for CurrencyTextBox doesn't switch to edit mode (IE, non-english locale) |
Oh, I guess this isn't a bug; it's just that the server is required to format the initially displayed number correctly for the user's locale, and of course this isn't happening for test_InlineEditBox.html since that's just a static file.
comment:3 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
This seems to be related to the locale being Japanese (or non-English). Either try on a Japanese machine, or in control panel / regional and language options, (temporarily) set the drop down on the "regional options" tab to japanese. I guess that requires installing a language pack or something; I forget how I did it on my English machine.