Opened 10 years ago
Closed 10 years ago
#13913 closed Bug (fixed)
[FF] failing test in widget/nestededitables
| Reported by: | Marek Lewandowski | Owned by: | Marek Lewandowski |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.5.5 |
| Component: | General | Version: | 4.5.5 |
| Keywords: | Cc: |
Description (last modified by )
Test test blocking del/backspace at editable boundary fails on Firefox.
introduced in git:226fc8e4668ca881f4016ab1f4f5bf58838738fd as a fix for #13798.
Change History (8)
comment:1 Changed 10 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 10 years ago by
| Description: | modified (diff) |
|---|
comment:3 Changed 10 years ago by
| Description: | modified (diff) |
|---|
comment:4 Changed 10 years ago by
| Owner: | set to Marek Lewandowski |
|---|---|
| Status: | confirmed → assigned |
comment:5 Changed 10 years ago by
| Status: | assigned → review |
|---|
comment:6 Changed 10 years ago by
Word of explanation:
Backspace/del key now shares a backspace/del solution added for Chrome in #11861 which (might) prevent these keys in editor#key listener. So far FF didn't require any blocking in this area, so this fix broke compatibility with this test.
comment:7 Changed 10 years ago by
| Status: | review → review_passed |
|---|
comment:8 Changed 10 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |
Merged git:b911ccf.

Pushed to t/13913 at dev.