#8643 closed Bug (worksforme)
IE scrolls up when you click between lines
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.3 |
Component: | General | Version: | 3.0 |
Keywords: | IE | Cc: |
Description
To reproduce:
- Close page on which you want to test if it is open in browser and clear the cache
- Open the page
- In source mode paste in the below code
<p>test1</p><p>test2</p><p>test3</p><p> test4</p><p>test5</p> <p>test6</p><p>test7</p><p>test8</p><p>test9</p><p>test10</p> <p>test12</p><p>test13</p><p>test14</p><p>test15</p><p>test16</p> <p>test17</p><p>test18</p><p>test19</p><p>test20</p><p>test21</p> <p>test22</p><p>test23</p>
- Switch to WYSIWYG and scroll down to last line
- Click between line 23 and 22, a little bit on the left, like it is shown on 5615.png
(In IE6-8 you should have pointer cursor and in IE9 selection cursor)
Result: CKEditor will scroll up.
This issue has been reproducible in all versions of IE from CKE 3.0
Attachments (1)
Change History (6)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 13 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 |
---|
Other tickets that concern scrolling problems in IE: #8393, #8729, #5615