#8074 closed Bug (worksforme)
FF: Editor scrolls up when selecting text
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.3 |
Component: | General | Version: | 3.4.2 |
Keywords: | Firefox | Cc: |
Description
This issue is based on http://drupal.org/node/1096164.
To reproduce:
- Include in your CKEditor HTML page and CSS file from the attachment.
- Open sample page
- Scroll down to the middle of the editor
- Select some text but try to start somewhere in blank area. Clicking in area next to "Little Red Riding Hood" always works.
Result:
Editor scrolls up.
The reason is that body in contents.css has height:100% applied. This particular setting is causing the whole problem.
I have managed to reproduce the issue only on Firefox (One user claimed that he reproduced it in IE8) browser from CKEditor 3.4.2
Attachments (1)
Change History (6)
Changed 14 years ago by
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 13 years ago by
I did a quick test and it seems that patch from #7932 has fixed this issue.
comment:4 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | confirmed → closed |
comment:5 Changed 13 years ago by
Milestone: | → CKEditor 3.6.3 |
---|
Supposed to be fixed by #7932.