Opened 14 years ago
Closed 14 years ago
#7959 closed Bug (fixed)
in enterMode BR after inserting a table the cursor is displayed at the start of the table
Reported by: | alan | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.1 |
Component: | General | Version: | 3.0 |
Keywords: | IE9 | Cc: |
Description
I'm working in BR mode (config.enterMode = CKEDITOR.ENTER_BR) and if i insert a table the cursos is always displayed at the beginning of the table (W7 IE9).
To reproduce:
- Config your editor in BR mode (config.enterMode = CKEDITOR.ENTER_BR)
- Empty the editor.
- Insert a table.
You will note that the cursor is displayed at the beginning of the table instead of display it at the end.
I guess this is a bug cause is working alright in IE8, FF, Chrome, etc.
Attachments (1)
Change History (5)
comment:1 Changed 14 years ago by
Keywords: | IE9 added |
---|---|
Status: | new → confirmed |
comment:2 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
Version: | → 3.0 |
Changed 14 years ago by
Attachment: | 7959.patch added |
---|
comment:3 Changed 14 years ago by
Milestone: | → CKEditor 3.6.1 |
---|---|
Status: | review → review_passed |
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [7004].
Not a regression, we shall unify the behavior as blinking in the first cell (Office Word behavior) after insertion.