Opened 16 years ago
Closed 16 years ago
#5657 closed Bug (fixed)
IE: The browser BACK button is not working properly
| Reported by: | Frederico Caldeira Knabben | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.3 |
| Component: | General | Version: | SVN (CKEditor) - OLD |
| Keywords: | Confirmed IE Review+ | Cc: |
Description
Regression. Confirmed with IE8:
- Load any page, like http://www.google.com.
- Load the replacebyclass sample in the same browser.
- Click the browser BACK button. Note that the editor contents disappear.
- Click the browser BACK button again. The previous page is loaded.
Expected results: the previous page should be loaded on step 3.
Attachments (1)
Change History (7)
comment:1 Changed 16 years ago by
comment:3 Changed 16 years ago by
| Owner: | set to Garry Yao |
|---|---|
| Status: | new → assigned |
Regression of [5395].
Changed 16 years ago by
| Attachment: | 5657.patch added |
|---|
comment:4 Changed 16 years ago by
| Keywords: | Review? added |
|---|
IE mixes up history records of host page and the editing frame, Brooks contribute a secrete secondary param of document.open to help us flying under the radar, note that the patch also fixes a regression of [5450] where it's not able to load wysiwyg mode when switched from source.
comment:5 Changed 16 years ago by
| Keywords: | Review+ added; Review? removed |
|---|
comment:6 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
I've committed this one with [5457] due to the severity and urgency of it.

In fact, with the current trunk, an error is also thrown. Such error disappears after #5181.