Opened 18 years ago
Closed 18 years ago
#754 closed Bug (fixed)
Editor always gets focus when loaded in frame in IE
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
Component: | General | Version: | |
Keywords: | SF | Cc: |
Description
In a frames environment in IE 6, if a link in a frame opens a window in that frame with an instance of FCKEditor, the cursor will be in the editor. The user can start typing, but the editor does not have focus, so tabbing causes the user to go the address bar and then step through each frame.
This is a usability issue when the editor as part of a form within frames. Users need to click on the editor to give it focus. Also, sometimes the editor is in the middle of a form, so we wouldn't want it to have focus when the frame loads.
In Firefox, the editor does not get focus when the frame loads, which is what I would expect should occur.
I reproduced this issue by updating _samples/html/sample01.html to have a link to reload itself, and then putting sample01.html in a frame. I will attach the files.
This is probably very low priority. Thanks for looking at it! Jon
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1515259&group_id=75348&atid=543653
Attachments (2)
Change History (4)
comment:1 Changed 18 years ago by
Reporter: | changed from Martin Kou to jongunnip@… |
---|
Changed 18 years ago by
Attachment: | frame.html added |
---|
Changed 18 years ago by
Attachment: | sample01.html added |
---|
comment:2 Changed 18 years ago by
Milestone: | → FCKeditor 2.5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I'm not able to reproduce it anymore. We have made changes to focus issues for version 2.5, which probably fixed this one too.