#5197 closed Bug (fixed)
IE: page reload throws error
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.2 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed IE | Cc: |
Description
(3.2.x Branch)
- Load a sample.
- In the browser page, open a different URL.
- Click the browser back button.
A js error is thrown.
This also happens when refreshing the page.
Change History (3)
comment:1 Changed 15 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 15 years ago by
Just to keep track of this...
This ticket took several hours to get fixed. Considering it's a regression, it should have been easier, but IE was acting really weirdly here.
The main issue has always being there since [4583]. But, somehow, IE decided to make things work until the button plugin changes introduced with [4896]. I can't explain why, but the changed code was preventing IE to be buggy here.
The fix that came out is a combination of several tickets and fixes that are related to data loading. All previous issues have been considered, and it has been thoroughly tested to avoid issues.
Fixed with [5159].