Opened 12 years ago
Closed 12 years ago
#9940 closed Bug (fixed)
Firefox, going back makes full page editable
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0.2 |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
Login to CKEditor forums and go to http://ckeditor.com/forums/CKEditor/Update-Value-Rich-Combo-when-adding-a-value-in-a-text-box-external-to-CKeditor-with with Firefox (Tested Aurora 19.0a2)
Click on one of the attachments to view the image
Click the toolbar "back" button.
Wait a little and you'll see that the full page now is editable. The culprit seems to be the
onpageshow=event.persisted&&(function(){var x=CKEDITOR.instances,d,i;for(i in x){d=x[i].document;if(d){d.$.designMode="off";d.$.designMode="on";}}})(); }}} on the body.
Change History (4)
comment:1 Changed 12 years ago by
Milestone: | → CKEditor 4.0.2 |
---|---|
Status: | new → confirmed |
comment:2 Changed 12 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | confirmed → review |
comment:3 Changed 12 years ago by
Status: | review → review_passed |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with git:a49965b.
WAT :|
It may be related to #9883 - another WAT.