Opened 12 years ago
Closed 9 years ago
#9715 closed Bug (fixed)
Resize window bug
Reported by: | Davy Cardinaal | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.2 |
Component: | General | Version: | 3.6.3 |
Keywords: | Webkit | Cc: |
Description
I found a problem by using 2 CKEditor instances in 1 page. After struggling for a while I found how to reproduce the bug. I tested it on the Demo page of CKEditor (http://ckeditor.com/demo) which made me clear it's not a bug caused by my own code.
As I said above I use 2 CKEditor instances. Both are in a hidden div (style="display:none;") and can be opened by clicking on a button. The bug I found was caused by resizing the browser window (which also occurs when you have 1 open tab and then open a second tab).
So we have a hidden div which contains a ckeditor. After resizing the browsers window we remove the display none so that the ckeditor is visible again. As you can see, the document isn't available now.
Reproduce steps on http://ckeditor.com/demo
- Find <div class="demoWrapper"> and give it the style 'display: none;'
- Resize your browser
- Remove the 'display: none;'
Attachments (1)
Change History (8)
comment:1 follow-up: 2 Changed 12 years ago by
Status: | new → pending |
---|
comment:2 Changed 12 years ago by
Replying to j.swiderski:
Could you please provide sample page showing this problem in code.
It is much more appropriate to work on same code that is causing problems for you then guessing "what author had in mind".
I suggest to use the demo page http://ckeditor.com/demo and perform the steps as I described in the original post. This will show you the problem.
comment:3 Changed 12 years ago by
Why do you think I have asked you for sample page? Because I have tried your steps and they worked for me under FF17, Win7 and CKE 3.6.5.
I was not able to reproduce this problem. I was able to type, switch to source, paste etc. In short document was available.
Again - instead of me guessing, could you please provide reduced and working sample page showing the problem in code?
comment:4 Changed 12 years ago by
Here's an example:
http://darts-manager.nl/ckeditor_9715/index.html
As you noticed; Seems to work on FireFox and InternetExplorer. Bug in Safari and Chrome.
comment:5 Changed 12 years ago by
Keywords: | Webkit added |
---|---|
Status: | pending → confirmed |
Version: | → 3.6.3 |
Problem can be reproduced from CKEditor 3.6.3 rev. [7387] in Webkit browsers.
Changed 12 years ago by
comment:7 Changed 9 years ago by
Milestone: | → CKEditor 4.5.2 |
---|---|
Resolution: | → fixed |
Status: | confirmed → closed |
Fixed by #11616.
Could you please provide sample page showing this problem in code.
It is much more appropriate to work on same code that is causing problems for you then guessing "what author had in mind".