Opened 10 years ago
Closed 10 years ago
#12726 closed Bug (fixed)
Red tests on major after #12448
Reported by: | Piotrek Koszuliński | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.0 Beta |
Component: | General | Version: | 4.5.0 Beta |
Keywords: | Cc: |
Description
First bad commit is git:4f040ebb.
Failing tests:
- http://tests.ckeditor.dev:1030/tests/plugins/enter/list
- http://tests.ckeditor.dev:1030/tests/core/editor/title
There may be more reds.
Change History (2)
comment:1 Changed 10 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed on major with git:47f8617.
The reason of failures was that #12448 changed order in which editor is focused and selection is retrieved. Prior to #12448 editor was always focused before anything happens, since #12448 in two cases selection was retrieved before there was any focus.