Opened 10 years ago
Closed 9 years ago
#14117 closed defect (worksforme)
Changing currency attribute in a CurrencyTextBox does not change the currency symbol.
Reported by: | jmussman | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.6.1 |
Keywords: | CurrencyTextBox currency | Cc: | |
Blocked By: | Blocking: |
Description
Reference closed bug 10477: the defect is in 1.6.1. The currency symbol is only selected using the currency attribute when the CurrencyTextBox? is created. changing the currency attribute has no immediate effect on the displayed value, and it does not have any effect when the widget value changes. The currency attribute is changed correctly, and the change was made through the set method.
Change History (3)
comment:1 Changed 10 years ago by
Component: | General → Dijit - Form |
---|---|
Owner: | set to Douglas Hays |
comment:2 Changed 10 years ago by
comment:3 Changed 9 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Please reopen when a proper testcase is appended.
Note: See
TracTickets for help on using
tickets.
Please append a testcase showing a set('constraints', blah) call that fails to work. The widget's currency attribute is denoted "const" in the API doc and thus cannot be used to change constraints.currency.