Opened 8 years ago
Last modified 8 years ago
#14860 confirmed Bug
Whole viewport is scrolled in the inline editor on dialog close action
Reported by: | Artem | Owned by: | |
---|---|---|---|
Priority: | Nice to have (we want to work on it) | Milestone: | |
Component: | General | Version: | 4.2.1 |
Keywords: | Cc: | artem.abakumov@… |
Description (last modified by )
Steps to reproduce
- http://ckeditor.com/demo#inline
- Scroll page down
- Focus last editor
- Click on 'Image' on CKEditor Toolbar
- Click on 'Cancel'
Expected result
Viewport isn't scrolled on dialog close action
Actual result
Viewport is scrolled in the inline editor on dialog close action
Other details (browser, OS, CKEditor version, installed plugins)
CKEditor 4.5.11
Google Chrome Version 52.0.2743.116m
Change History (7)
comment:1 Changed 8 years ago by
Cc: | artem.abakumov@… added |
---|
comment:2 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |
Version: | 4.5.11 |
comment:3 Changed 8 years ago by
comment:4 Changed 8 years ago by
Problem can be reproduced from CKEditor 4.2.1 when toolbar started showing at the top or at the bottom of the inline editor.
comment:5 Changed 8 years ago by
Version: | → 4.2.1 |
---|
comment:6 Changed 8 years ago by
Priority: | Normal → Nice to have (we want to work on it) |
---|
Let's see if we can fix it with reasonable effort.
comment:7 Changed 8 years ago by
To reproduce:
- Open http://sdk.ckeditor.com/samples/inline.html
- Resize the browser window
- Scroll down and click in last editor on the right (toolbar will show up on the bottom of the editor)
- Open image dialog and click Cancel.
Result: Page will scroll up and toolbar will show up at the top of the editor.
Similar to #14659.