MyBB Community Forums

Full Version: Rin Editor 1.2.4 (Powerd by CKEditor)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
OK, again. It puts quete tag instead of code or php tags [code] [php]
(2016-03-06, 11:33 PM)Eldenroot Wrote: [ -> ]OK, again. It puts quete tag instead of code or php tags [code] [php]

so only in chrome?
happen too in opera?
I dont have Opera... I can confirm this in Chrome - it is in 90% cases
(2016-03-06, 11:41 PM)Eldenroot Wrote: [ -> ]I dont have Opera... I can confirm this in Chrome - it is in 90% cases

i tested now in Edge all ok too...
i will test with Opera... if opera not happen so only chrome issue.
Tested in FF - works fine! So only Chrome (I use 64bit, beta channel)
0.6.9 Released

- Fix issue that CKEditor remove class style in paste content in WebKit/Blink (https://github.com/ckeditor/ckeditor-dev...in.js#L135), this causes issue in code tag and php tag so replaced class to attributes.

How update:

- Unistall old version.
- Upload new version.
- Install new version.




(2016-03-06, 11:50 PM)Eldenroot Wrote: [ -> ]Tested in FF - works fine! So only Chrome (I use 64bit, beta channel)

about this http://community.mybb.com/attachment.php?aid=35904
possible check if happen too in http://sdk.ckeditor.com/samples/bbcode.html ?
because i can't reproduce here in FF, Chrome, Opera, Edge...
Thank you for fast release with a bugfix. I will try soon

OK, php/code/quete works fine in Google Chrome... anyway I have found another bug which had not been there in earlier versions

When you click on "Reply" - it opens in new window but the cursor is blinking at first line in quete/code/php. It should start below the queted content, right? I mean at a new line. Test it on your site (same issue). Before, there was a "red line"
(2016-03-07, 06:21 AM)Eldenroot Wrote: [ -> ]When you click on "Reply" - it opens in new window but the cursor is blinking at first line in quete/code/php. It should start below the queted content, right? I mean at a new line. Test it on your site (same issue). Before, there was a "red line"

it's correct. only focused. CKEditor doesn't focus to end when content load from textarea content. only when used insert method, that this is not the case.

red line because in old version not add <br>. And this not change anything. In All editor here with SCEditor, in old version, or new version you need click in outside of quote to write anyway.
Really? In v0.6.1 it was different.
(2016-03-07, 11:29 AM)Eldenroot Wrote: [ -> ]Really? In v0.6.1 it was different.

red line because in old version not add <br>. And this not change anything. In All editor here with SCEditor, in old version, new version, xenforo with redactor, you need click in outside of quote to write anyway.