I have a CKEditor (3.6.1) with a defined 'focus' function. A dropdown box can be clicked and JS code sets the CKEditor value. I'm relying on the 'focus' event because sometimes the inital CKEditor text is a 'default' value and when the user clicks in, I clear it out so the user can start typing fresh.
This basically works except that the focus doesn't fire everytime. With Firefox 6, it seems to work most of the time. With IE8 and IE7 set to standards mode, it's working every other time (same with Opera 11.5)
I've implemented this various ways with basically the same result. I've tried defining the focus function once, tried clearing it each time the dropdown code runs and resetting the function. Basically I end up with the same result.
Doing this in Safari "5.0.5" or Chrome "13.0.782.112 m" ends up crashing the browser too.
Anyone have any ideas to try?
Thanks in advance!!!!!
--ckreno
This basically works except that the focus doesn't fire everytime. With Firefox 6, it seems to work most of the time. With IE8 and IE7 set to standards mode, it's working every other time (same with Opera 11.5)
I've implemented this various ways with basically the same result. I've tried defining the focus function once, tried clearing it each time the dropdown code runs and resetting the function. Basically I end up with the same result.
Doing this in Safari "5.0.5" or Chrome "13.0.782.112 m" ends up crashing the browser too.
Anyone have any ideas to try?
Thanks in advance!!!!!
--ckreno
Re: 'focus' event working intermittently
Revision number: 7228
Same results across the board.
If I were to make a small example, would a dev be able to look at it?
At this point I'm not willing to purchase a license. The product looks very promising but at this point I'm stuck.
Re: 'focus' event working intermittently
Could you report this issue on our Development site, as described here, attaching the test case, and describing the environment where the problem occurs? This will let the developers inverstigate the issue. Thanks!
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: 'focus' event working intermittently
Re: 'focus' event working intermittently
For the record, this issue is tracked in ticket #8296.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!