Opened 8 years ago
Closed 8 years ago
#17096 closed defect (duplicate)
IE10 dijit/Focus error
Reported by: | draperd | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Dijit | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I've noticed that an error is thrown from dijit/Focus line 120 in IE10:
var tag = evt.srcElement.tagName.toLowerCase();
The error is that the srcElement has no "tagName" attribute and therefore the call to .toLowerCase() throws an error.
Change History (1)
comment:1 Changed 8 years ago by
Component: | General → Dijit |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #16437.