Opened 13 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 13 years ago by
comment:2 Changed 13 years ago by
Owner: | set to kaga |
---|---|
Status: | new → review |
Patch (#8823) also resolved this ticket;
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