This bug only happens in firefox currently, and heres a test case as well
http://jsfiddle.net/yohn/wkRXj/embedded/result/
steps to reproduce, just scroll down to the "Todays Special" or "Waiting" text and click on the table.. The editor moves the focus back to the toolbar / top of the editor making it nearly impossible to edit that text.
If there isnt any known way to fix this, can someone point me in the right direction so I can give it a shot?
Thanks for any help you can provide.
Just tried it in FF 24.0 (Mac
Just tried it in FF 24.0 (Mac) and it works fine. No jumping. Did you fix it?
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
I havent figured out a fix it
I havent figured out a fix it, and I'm still seeing this happen. I'm on windows 8, using firefox 24..
I just went to the fiddle I posted again, and at first it was working like it should, but then I realized that the page was zoomed out and we could see the whole editor. when I zoom the page in to make my screen size smaller I started encountering the issue again. So if the user is on a smaller screen resolution, they have to scroll down within the editor to get to the "Waiting..." text, and when you click on it, it jumped the viewport to the bottom of the toolbar.. I was able to get the cursor back where it should be at by using the arrow keys, but thats not a fix..
window size: 1380x740, viewport: 1366x643
heres a vieo I quickly put
heres a vieo I quickly put together to deminstrate whats happening -> https://www.youtube.com/watch?v=pbd8tQ3Rtk0
I showed this to one of the
I showed it to one of the devs and they think it might be a new issue. This will get lost in the forums here, so you should create a new ticket. It will get more attention. Describe your steps (a link to vid will help, obviously) but also describe your setup.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Hi,
Hi,
Can this be reproduced outside jsfiddle or can this be reproduced in fresh editor without any customizations made?
I have copied code from fiddle, created HTML5 page from it and used it with default CKEditor but didn't get the result you were talking about.
Have you got any extra styles, scripts, extra plugins or customizations made that might be causing this.
I have checked this under CKE 4.2.2.
comparing branches
I didnt realize till today that 4.2.2 came out, so I'm going to be comparing 4.2.1, 4.2.2, and the dev-master branch on github. I also modified the source to clean it up some for easier reading. This was fun trying to debug a little more, but heres what I've come up with.There seems to be something funny going on with scayt_autoStartup and allowedContent configs set to true.. and by using an element / table with position:absolute; settings
4.2.1, i blanked out the config file, so everything would be default except for what I'm setting in the source.
http://vi-digital.com/cp/ckeditor/4.2.1/ac.html - only allowedContent set to true, and you would expect to be able to edit the text but we cant.
http://vi-digital.com/cp/ckeditor/4.2.1/scayt.html - only scayt_autoStartup set to true. you should be able to notice the page jumping issue, if not, click one of the tables, and then click the other one, it should jump to the top.. but you cannot edit the text which is whats needed
http://vi-digital.com/cp/ckeditor/4.2.1/scayt_ac.html - both allowedContent and scayt_autoStartup set to true. we can edit the text! but that jumping action is still happening.
4.2.2.. - fresh download, nothing set within config file
http://vi-digital.com/cp/ckeditor/4.2.2/ac.html - only allowedContent set to true, and you would expect to be able to edit the text but we cant.
http://vi-digital.com/cp/ckeditor/4.2.2/scayt.html - only scayt_autoStartup set to true. now we can edit the text here. you should be able to notice the page jumping issue. after you click a table, try to edit the text and or use the arrow keys to move the cursor.
http://vi-digital.com/cp/ckeditor/4.2.2/scayt_ac.html - same as 4.2.1 both allowedContent and scayt_autoStartup set to true. we can edit the text! but that jumping action is still happening.
dev master branch on github
http://vi-digital.com/cp/ckeditor/dev-master/ac.html - allowedContent set to true, and we cannot edit the text?
http://vi-digital.com/cp/ckeditor/dev-master/scayt.html - page does not jump anymore, but we cannot edit the text
http://vi-digital.com/cp/ckeditor/dev-master/scayt_ac.html - both allowedContent and scayt_autoStartup set to true. we cannot edit the text, but the jumping is not happening.
I started thinking that maybe I'm going about the editing of the text within a position:absolute element wrong.. what setting would I use to activate that if I am?
and if you guys still feel like it needs a ticket opened up I'll be glad to do that