|
|
DNN:06.01.03 (108)
Chrome : 18.0.1025.33 beta-m
1.While making a post in and pressing back space , the cursor skips to the first word of the line and start erasing that ..so i have again stop take the cursor to the last and then delete the text by pressing backspace with one stroke at a time
2. the Line space is like too much this happens with only ckeditor , like it happens in yaf .. after the post there is more then normal gap between lines (sorry if thats a wrong place to ask)
you can check these my forum if u want to ..u can let me know ..thansk
|
|
Coordinator
Feb 21, 2012 at 1:36 PM
|
1. not sure if i understand the problem but the behavoir is the same in a every browser
2. thats because the ckeditor put every line in a <p> element and that spacing is the default value by the browser. You could switch the entermode to br in the config.js to avoid such problems
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.html#.ENTER_BR
|
|
|
|
1. I have made a video of how the reactions take place , i have been wrong it happen when BOLD tag is used by pressing ctrl B or by clicking on the "B" you can view it >>> http://www.youtube.com/watch?v=aukXJ_aOIUw
2. Thanks i think this will solve the issue , :) .. will let u know if it didnt turn out that way
Thank you
|
|
Coordinator
Feb 21, 2012 at 11:34 PM
|
Ok now i can reproduce the problem, but its a bug in the editor bugs like that should be reported at http://dev.ckeditor.com/
|
|
|
|
Done ...
|
|
|
|
they got a new update ...
how to check if its fixed in that?, dont want to do if it messes with DNN :S
|
|
Coordinator
May 12, 2012 at 6:38 AM
|
Test it on the demo page
http://ckeditor.com/demo
But it looks like it is fixed i can not reproduce it anymore.
|
|
|
|
Yup that seems fixed , but how does it make any difference for us ? because the ckeditor.com asp.net version is still 3.6.2 (september 2011) ?
|
|
Coordinator
May 12, 2012 at 9:24 AM
|
I didn't use the asp.net from ckeditor.com for my Provider, my Provider always use the latest Version. New Beta Version is out today.
|
|
|
|
I am confused here ..
then your readme.html says
OPTIONAL: Update to a new CKEditor Version
Go to the Website of CKEditor and Download the newest Editor
Extract the Zip File to the DNN Folder ~\Providers\HtmlEditorProviders\CKEditor\
Delete not needed files and folders (_samples, _source, _tests, .htaccess, CHANGES.html, INSTALL.html, config.js)
I am already on your Beta NOW .. but still the backspace issue take place. I was about to do the optional ckeditor version upgrade from ckeditor.com but saw your post here :S
|
|
Coordinator
May 16, 2012 at 2:14 PM
|
drhack wrote:
I am confused here ..
then your readme.html says
OPTIONAL: Update to a new CKEditor Version
Go to the Website of CKEditor and Download the newest Editor
Extract the Zip File to the DNN Folder ~\Providers\HtmlEditorProviders\CKEditor\
Delete not needed files and folders (_samples, _source, _tests, .htaccess, CHANGES.html, INSTALL.html, config.js)
I am already on your Beta NOW .. but still the backspace issue take place. I was about to do the optional ckeditor version upgrade from ckeditor.com but saw your post here :S
The update step is only needed if you want to upgrade to a newer version then the included (for example to an nightly build). But if you say it works on the demo page it should also work inside dnn because its the same version.
|
|