Opened 17 years ago
Last modified 17 years ago
#4736 closed Bug
Page Up/Down keys in wysiwyg not working well — at Version 1
| Reported by: | Garry Yao | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.1 |
| Component: | General | Version: | |
| Keywords: | Confirmed Review+ | Cc: |
Description (last modified by )
Environment
WinXP, affected all IE versions, with the following config:
config.docType = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';
Reproducing Procedures
- Open a sample page with contents long enough to appear the scrollbar.
- Put cursor at the beginning of document and press 'PageDown' key.
- Actual Result: Though the selection is changed, the scrollbar is not moved a bit at all.
- Expected Result: The cursor's scrolling into the desired position.
Change History (2)
comment:1 Changed 17 years ago by
| Description: | modified (diff) |
|---|
Changed 17 years ago by
| Attachment: | 4736.patch added |
|---|

Only occurred when 'config.docType' is set to XHTML.