| | 23 | |
| | 24 | ---- |
| | 25 | |
| | 26 | This issue causes some unit tests fails in: |
| | 27 | |
| | 28 | * tests/core/config/inline |
| | 29 | * tests/core/dom/documentfragment |
| | 30 | * tests/core/editable/domfix2 |
| | 31 | * tests/core/editable/wysiwyg |
| | 32 | * tests/core/editor/title |
| | 33 | * tests/core/filter/editor |
| | 34 | * tests/core/selection/editor |
| | 35 | * tests/core/selection/fake |
| | 36 | * tests/plugins/autoembed/autoembednotifications |
| | 37 | * tests/plugins/floatingspace/floatingspace |
| | 38 | * tests/plugins/image/image |
| | 39 | * tests/plugins/mathjax/mathjax-mock |
| | 40 | * tests/plugins/pastefromword/pastefromword |
| | 41 | * tests/plugins/sourcearea/source |
| | 42 | * tests/plugins/uploadimage/uploadimage |
| | 43 | * tests/tickets/11500/1 |
| | 44 | |
| | 45 | At least using `focus` (instead of `setActive`) fixes the tests but scrolling problem remains. |