Ticket #8134 (new defect)
SimpleTextArea: extra onChange?
| Reported by: | haysmark | Owned by: | doughays |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Dijit | Version: | 1.2.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
http://archive.dojotoolkit.org/nightly/checkout/dijit/tests/form/test_SimpleTextarea.html
If you click set value to null, the textarea clears and the onchange textarea reads null. But if you then click inside the textarea and click out without changing it, onChange fires again, even though the user didn't touch the value, and this time reads "" instead of null. It seems like onChange shouldn't have fired here since the value didn't actually change.
Change History
Note: See
TracTickets for help on using
tickets.