Opened 15 years ago
Closed 15 years ago
#5422 closed Bug (fixed)
[[IE]] we can't enter the text below Page break
Reported by: | Satya Minnekanti | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | General | Version: | 3.2 |
Keywords: | IBM Confirmed IE | Cc: | Damian, joek |
Description
To reproduce the defect
- Open Ajax sample.
- Type some text and Click on Insert Page break for Printing button.
- See that Page break is inserted in the Editor.
- Try to position the Cursor after the page break using Mouse or Key board.
Expected Result:
We should be able to position the cursor after the page break using mouse or key board and we should be able to type the text after Page break.
Actual Result:
Cursor is still shown above the Page break and we can't position the cursor after page break.So we won't be able to type the text after page break.
Change History (6)
comment:1 Changed 15 years ago by
Keywords: | Confirmed added |
---|
comment:2 Changed 15 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
Supposed to be fixed by #5381.
comment:3 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Confirmed with version 3.2. WFM with the current trunk.
comment:4 Changed 15 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
I have tested this against nightly build and i could still re produce this on IE 6 & IE 7
comment:5 Changed 15 years ago by
Keywords: | IE added |
---|
It instead work, at least with the mouse. The problem is that, due to IE limitations, the user needs to click quite close the the page break line. Just clicking lower in the blank space at the end of the contents is not enough.
We can change the command behavior to make it work like the Insert Horizontal Line button, placing the caret after it in a new paragraph when inserting the page break.
#5285 has been marked as duplicated.