Opened 11 years ago
Last modified 5 years ago
#10644 assigned defect
dojox.form.BusyButton label can't be changed permanently
Reported by: | mangelp | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | 1.15 |
Component: | DojoX Form | Version: | 1.4.0 |
Keywords: | BusyButton label | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
BusyButton? makes a copy of the label at postCreate and each time the cancel method is called it restores that copy overwriting any change you could do to the button's label.
Attached are two patches, one with a possible fix and another with a test for this.
Attachments (2)
Change History (9)
Changed 11 years ago by
Attachment: | BusyButton.diff added |
---|
Changed 11 years ago by
Attachment: | test_BusyButton.diff added |
---|
Proposed patch for dojox.form.BusyButton? tests
comment:1 Changed 11 years ago by
Owner: | changed from dante to jared_j |
---|
comment:2 Changed 10 years ago by
Owner: | jared_j deleted |
---|
comment:4 Changed 10 years ago by
Owner: | set to nonken |
---|
Assigning to Nonken, he originally submitted it.
comment:5 Changed 9 years ago by
I hope this patch can be implemented soon. The problem has also appeared on Stackoverflow.
comment:6 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Owner: | changed from nonken to dylan |
Status: | new → assigned |
Will look at this and perhaps an updated patch for 1.12.
comment:7 Changed 5 years ago by
Milestone: | 1.13 → 1.15 |
---|
Ticket planning... move current 1.13 tickets out to 1.15 to make it easier to move tickets into the 1.13 milestone.
Proposed patch for dojox.form.BusyButton?