Opened 7 years ago
Closed 7 years ago
#17466 closed defect (fixed)
IE11 EnterKeyHandling errors
Reported by: | haysmark | Owned by: | haysmark |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.6 |
Component: | Editor | Version: | 1.7.5 |
Keywords: | dohfail ie11 | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
Although the EnterKeyHandling? test passes in IE11, there are several errors where it is still calling legacy APIs that no longer exist. This affects the master branch on the following lines:
RichText?.js line 934:
}else if(e.keyCode === keys.BACKSPACE && this.document.selection.type === "Control"){
EnterKeyHandling?.js line 129:
var r = this.editor.document.selection.createRange();
Change History (10)
comment:1 Changed 7 years ago by
Keywords: | dohfail added |
---|
comment:2 Changed 7 years ago by
Milestone: | tbd → 1.7.6 |
---|
comment:3 Changed 7 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 7 years ago by
Keywords: | ie11 added |
---|
comment:5 Changed 7 years ago by
Owner: | set to mahays0 <[email protected]…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:8 Changed 7 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:9 Changed 7 years ago by
Milestone: | 1.7.6 → 1.8.6 |
---|---|
Owner: | changed from mahays0 <[email protected]…> to haysmark |
Status: | reopened → assigned |
We are only backporting IE11 to 1.8 apparently.
comment:10 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In 8ec9162b32398ed7a2a15272e277532698a6512d/dijit: