Ticket #6489 (closed defect: fixed)
1.0 Breaking API change in dijit.form.TextBox
| Reported by: | jaredj | Owned by: | jaredj |
|---|---|---|---|
| Priority: | high | Milestone: | 1.1.1 |
| Component: | Dijit | Version: | 1.1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
1.0 Breaking API change in dijit.form.TextBox?
In 1.0.2, dijit.form.TextBox? had a public function, onkeyup, that was called anytime a key event occurred in the textbox. The demo:
dojox/wire/demos/markup/demo_ConditionalActions.html made use of this event to mirror content on each keypress.
In 1.1, this API is flat *gone* and no onkeyup events are occurring anymore. Since this was a public API on the class (no _), this constitutes a breaking API change and should be corrected.
Change History
Note: See
TracTickets for help on using
tickets.