Opened 15 years ago

Closed 15 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)

3832.patch (2.3 KB) - added by Tobiasz Cudnik 15 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 15 years ago by wackyphill

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.

comment:2 Changed 15 years ago by Tobiasz Cudnik

Keywords: Confirmed added
Owner: set to Tobiasz Cudnik
Status: newassigned

comment:3 Changed 15 years ago by Tobiasz Cudnik

Paste from word dialog's iframe has the same issue.

Changed 15 years ago by Tobiasz Cudnik

Attachment: 3832.patch added

comment:4 Changed 15 years ago by Tobiasz Cudnik

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 15 years ago by Frederico Caldeira Knabben

Keywords: Review? removed
Resolution: duplicate
Status: assignedclosed

DUP of #1659

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy