Opened 16 years ago
Closed 16 years ago
#3832 closed Bug (duplicate)
IE8 Can't always click in the editor and give focus
Reported by: | wackyphill | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Confirmed IE | Cc: |
Description
If you try to click in the editor to get an editing caret in IE8 doesn't work unless you click directly on existing HTML content.
So for example w/ a blank editor you have to click on the 1st line where <p></p> is. Clicking below it in the editing rectangle will not place the cursor in the editor.
Attachments (1)
Change History (6)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Owner: | set to Tobiasz Cudnik |
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3832.patch added |
---|
comment:4 Changed 16 years ago by
Keywords: | IE Review? added |
---|
Way of dealing with this issue causes scrollbars in IE when editor is resized to very small size.
Only possible workaround i can image is setting fixed height on body using JS on editor load and after (not during) resize.
comment:5 Changed 16 years ago by
Keywords: | Review? removed |
---|---|
Resolution: | → duplicate |
Status: | assigned → closed |
DUP of #1659
http://ckeditor.com/ckeditor/3.0rc/_samples/replacebyclass.html
is an exmaple of this.
Clicking below the "This is some sample text. You are using CKEditor." Line will not place the caret in the editor.