Opened 12 years ago

Closed 12 years ago

#8727 closed Bug (fixed)

Impossible to set focus in CKEditor for ASP.NET

Reported by: Anna Tomanek Owned by: kaga
Priority: Normal Milestone:
Component: Server : ASP.Net Version:
Keywords: Cc:

Description

Reported on the community forum: http://cksource.com/forums/viewtopic.php?f=11&t=24649

Two problems: both work fine using a normal asp.net textbox control. But neither works using the asp.net CKEditor control.

PROBLEM 1: I can't set the focus on the CKEditor text area.

In the code behind:

CKEditor1.focus(); <<< doesn't work

Change History (3)

comment:1 Changed 12 years ago by nanonerd

Hi, the code is straightforward. I'm using MS Web Developer Express. It's in the code behind file of an .aspx page.

Textbox1.focus(); <<< works fine

CKEditor1.focus(); <<< doesn't work ...

I am using aspnet control CKEditor 3.6.2. I tried using 3 diff browsers: Firefox, IE, and Opera (all latest versions). It doesn't set focus on CKEditor in any of them.

Regards,

Nano

comment:2 Changed 12 years ago by kaga

Owner: set to kaga
Status: newreview

Patch (#8823) also resolved this ticket;

comment:3 Changed 12 years ago by Wiktor Walc

Resolution: fixed
Status: reviewclosed

Fixed with [7592].

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