Opened 15 years ago

Closed 14 years ago

#3907 closed Bug (fixed)

CKEditor becomes non-editable in Firefox 3.5 if loaded from history cache

Reported by: Neil Jenkins Owned by:
Priority: Normal Milestone: CKEditor 3.1
Component: General Version:
Keywords: Confirmed Cc:

Description

Steps to reproduce:

  1. Open any instance of CKEditor in Firefox 3.5 (any of the demos will do).
  1. Press the back button on the browser.
  1. Press the forward button to go back to the page with the CKEditor instance.

The editor appears fully loaded but clicking inside it fails to produce a cursor - the instance is uneditable. Clicking 'Source' to view source then again to go back to wysiwyg mode reactivates it.

Verified on Firefox 3.5 on Mac OS X 10.5.7 against the release candidate and revision 3828.

Change History (5)

comment:1 Changed 15 years ago by Garry Yao

Resolution: wontfix
Status: newclosed

The different behaviors on Back/Forward history navigation between browsers:

  • Firefox and Opera only save a DOM snapshot;
  • Other browsers will reload the page;

It seems a browser bug that the designMode is lost after loading a DOM snapshot, every other things works well for the editor, we're not likely to provide a fix at this problem.

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Confirmed added
Milestone: CKEditor 3.1
Resolution: wontfix
Status: closedreopened

This one is supposed to be fixed by #4514.

comment:3 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: reopenedclosed

Fixed by #4514.

comment:4 Changed 14 years ago by Harmail

Milestone: CKEditor 3.1FCKeditor.Java 2.6
Resolution: fixed
Status: closedreopened
Summary: CKEditor becomes non-editable in Firefox 3.5 if loaded from history cacheCKEditor becomes non-editable in Firefox 3.5 if loaded with text in it
Version: FCKeditor 2.6.5

CKEditor becomes non-editable in Firefox 3.5 if loaded with text in it

comment:5 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: FCKeditor.Java 2.6CKEditor 3.1
Resolution: fixed
Status: reopenedclosed
Summary: CKEditor becomes non-editable in Firefox 3.5 if loaded with text in itCKEditor becomes non-editable in Firefox 3.5 if loaded from history cache
Version: FCKeditor 2.6.5

This ticket has been fixed and will be available with CKEditor 3.1. If you're facing any other issue, please open a dedicated ticket to it.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy