Opened 8 years ago

Last modified 7 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

  1. Go to http://ckeditor.com/demo.
  2. Scroll editor viewport without focusing editor (e.g. using mouse wheel).
  3. 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 8 years ago by kkrzton

Status: newconfirmed

comment:2 Changed 8 years ago by kkrzton

There is similar issue #14556 (but it occurs in the previous Edge version).

comment:3 Changed 8 years ago by kkrzton

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 7 years ago by Jakub Ś

Issue has been reported on Github as well - https://github.com/ckeditor/ckeditor-dev/issues/504.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy