Ticket #8134 (new defect)

Opened 7 weeks ago

Last modified 7 weeks ago

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

Changed 7 weeks ago by bill

  • owner set to doughays
  • milestone changed from tbd to 1.5
Note: See TracTickets for help on using tickets.