Ticket #2616 (closed Bug: fixed)
IE sometimes still insert at the beginning
| Reported by: | alfonsoml | Owned by: | alfonsoml |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6.4 |
| Component: | General | Version: | |
| Keywords: | IE Review+ | Cc: |
Description
Despite the previous fixes for the 2.6.4 milestone, in the current SVN there are still some situations where IE can insert the new content at the beggining. One example is using the easyupload file dialog: http://martinezdelizarrondo.com/easyupload
For the moment this is the best option that I've found:
-
fckdialog.html
697 697 698 698 if ( frmMain.Ok && frmMain.Ok() ) 699 699 CloseDialog() ; 700 else701 frmMain.focus() ;702 700 } ; 703 701 704 702 window.Cancel = function( dontFireChange )
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
