#17824 closed defect (fixed)
dijit/form/_TextBoxMixin uses deprecated KeyboardEvent methods
Reported by: | kbenjamin | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9.4 |
Component: | Dijit - Form | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In Chrome 33 I'm getting the following warnings:
'KeyboardEvent?.keyLocation' is deprecated. Please use 'KeyboardEvent?.location' instead. _TextBoxMixin.js:314
event.returnValue is deprecated. Please use the standard event.preventDefault() instead. _TextBoxMixin.js:314
Change History (4)
comment:1 Changed 7 years ago by
Milestone: | tbd → 1.10 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
comment:2 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 7 years ago by
Milestone: | 1.10 → 1.9.4 |
---|
Note: See
TracTickets for help on using
tickets.
Looks like the line
just needs to be updated to ignore those fields too.