Ticket #141 (closed Bug: fixed)
IE: When editor gets the focus on load, the "del" key is not functional
| Reported by: | fassev@… | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | General | Version: | FCKeditor 2.4 |
| Keywords: | SF IE Confirmed | Cc: |
Description
Hi,
I found a reproducible problem with the versions 2.4 and 2.3.
Although the fckconfig.js contains...
FCKConfig.StartupFocus = false ;
... the fckeditor gets the focus after page is (re)loaded. In such case, the "Del"-key (character delete) is not functional until I click the mouse some ware in the text or change the focus to another control and then back to the fckeditor.
To reproduce this, please do the following:
- Download the 2.4 Version, you don't have to change anything.
- Start "default.html" (local file in the _sample directory) in the IE (6.1 or 7.0)
- Click with the mouse some ware on the text within the editor, you must see the cursor now.
- Click outside the editor (but in the same frame) with the right mouse key and select from the context menu "Refresh" (i.e. reload the frame)
The frame with the FCKeditor will be reloaded and the fckeditor will get the focus automatically after that - you will see the cursor within the editor. Try the "del"-key, which has no effect (you can not delete any character) until you click with the mouse within the editor or change the focus.
On some of my html pages I can reproduce this behavior after a page load (not only on reload), so there is a real focus problem within the new version.
Regards Peter
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1652033&group_id=75348&atid=543653