Opened 9 years ago
Last modified 8 years ago
#14827 confirmed Bug
[Edge] Editor viewport is scrolled back to the top when focusing editor for the first time.
Reported by: | kkrzton | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Go to http://ckeditor.com/demo.
- Scroll editor viewport without focusing editor (e.g. using mouse wheel).
- Click inside editor content to focus editor.
Expected result
The editor is focused and caret is placed on the position of the click.
Actual result
The editor viewport scrolls to the top and caret is placed on the beginning of the content.
Other details (browser, OS, CKEditor version, installed plugins)
Edge (Edge 38.14393, EdgeHTML 14.14393) - it does not happen in previous versions of Edge browser.
Change History (4)
comment:1 Changed 9 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
While investigating #14825 I found that the scroll effect after focusing editor mentioned in this issue is caused by selectionChange
event fired here.
comment:4 Changed 8 years ago by
Issue has been reported on Github as well - https://github.com/ckeditor/ckeditor-dev/issues/504.
There is similar issue #14556 (but it occurs in the previous Edge version).