Opened 11 years ago
Closed 11 years ago
#10519 closed Bug (invalid)
[Webkit] Pasting causes undesirable horizontal scrolling
Reported by: | Abdul Ghani | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.1.1 |
Keywords: | Cc: |
Description
In Chrome, if page is made sufficiently wide that a horizontal scroll bar appears, scrolling to the right and pasting text in ckeditor causes the page to scroll left.
Steps to reproduce.
- Set width of page to 300%.
- Scroll right making sure that ckeditor is still visible.
- Paste (ctrl+v) the following "Pasting causes undesirable horizontal scrolling"
Result - The containing page will scroll Expected - Should not scroll
This is browser behaviour.
Above code, with no CKEditor, will act the same. Browser scrolls where cursor is. If text in paragraph was very, very long and could be seen despite scrollbar being moved to the right then pasting into this line wouldn't cause nay scrolling.