| 1 | | To reproduce: |
| 2 | | |
| 3 | | 1. Go to replacebycode sample |
| 4 | | 2. Press Ctrl+A , and Delete (clear the contents) |
| 5 | | 3. Type 'test' |
| 6 | | 4. Put the cursor at the beginning of the word {{{^test}}} |
| 7 | | 5. Start pressing enter, until scrollbars start to appears. (**It should be about 8 Enter key presses**) |
| 8 | | 6. Press pageUp |
| 9 | | |
| 10 | | **Result:** Cursor jumps up but the editor does not scroll to show it. |
| 11 | | |
| 12 | | Issue has been reproducible in all IE's from CKEditor 3.0 |
| 13 | | |
| 14 | | **NOTE:**If you press Enter key many times (let's say about 20 or 30) pageUp will work |
| 15 | | |
| | 1 | To reproduce: |
| | 2 | 1. Go to replacebycode sample |
| | 3 | 2. Press Ctrl+A , and Delete (clear the contents) |
| | 4 | 3. Type 'test' |
| | 5 | 4. Put the cursor at the beginning of the word ^test |
| | 6 | 5. Start pressing enter, until scrollbar appears. (It should be about 8 Enter key presses) |
| | 7 | 6. Press pageUp |
| | 8 | Result: Cursor jumps up but the editor does not scroll to show it. |
| | 9 | Issue has been reproducible in all IE's from CKEditor 3.0 |
| | 10 | NOTE:If you press Enter key many times (let's say about 20 or 30) pageUp will work |