Python Forum
CKEditor / Rin Editor - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Board (https://python-forum.io/forum-26.html)
+--- Thread: CKEditor / Rin Editor (/thread-4139.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11


RE: CKEditor / Rin Editor - metulburr - Jul-28-2017

(Jul-28-2017, 05:02 PM)snippsat Wrote:
(Jul-28-2017, 04:49 PM)metulburr Wrote: tried that, still cant get the button to work in chrome.
Update and Ctrl+F5,try again.
Quote:The latest version of Chrome is: 60.0.3112

(Jul-28-2017, 04:53 PM)metulburr Wrote: That or try the old theme for Rin Editor to see if it effects it.
It's okay with old theme.

Ive tried numerous time. Even went into chrome settings and cleared everything out, including password, cached images, browser history, etc. Tried a lot of times with Ctrl + F5. I cant seem to get it to work at all.

Where is the CSS for themes of the Rin Editor?


RE: CKEditor / Rin Editor - snippsat - Jul-28-2017

(Jul-28-2017, 05:05 PM)metulburr Wrote: Where is the CSS for themes of the Rin Editor?
ACP --> Templates & Style --> Theme --> Default --> Editor Style

I like the more modern of look of the "Mona-Lisa" theme.
It's also been made as the default theme for CKEditor.
Quote:This skin has been made a default skin starting from CKEditor 4.6.0 and is maintained by the core developers.
Can see if there is a way to fix css of Note moderator plugin,
but as you mention it's just used for typing short messages and that work


RE: CKEditor / Rin Editor - metulburr - Jul-28-2017

i switched the notemoderator editor only back to use default. There didnt appear to be any content in the their CSS. While the main advanced editor and quick reply...and every other editor uses the global option.

metulburr /var/www/python-forum.io/jscripts/sceditor/editor_themes $ cat rin-moonocolor.css 
metulburr /var/www/python-forum.io/jscripts/sceditor/editor_themes $ cat  rin-moono-lisa.css 
metulburr /var/www/python-forum.io/jscripts/sceditor/editor_themes $ sudo cp rin-moono-lisa.css rin-moono-lisa.css.BU
metulburr /var/www/python-forum.io/jscripts/sceditor/editor_themes $ sudo cp default.css rin-moono-lisa.css
metulburr /var/www/python-forum.io/jscripts/sceditor/editor_themes $ sudo cp rin-moonocolor.css rin-moonocolor.css.BU
metulburr /var/www/python-forum.io/jscripts/sceditor/editor_themes $ sudo cp default.css rin-moonocolor.css
Now that that is fixed....i still cant get the quick quote to work in Chrome. Am i the only one having issues?


RE: CKEditor / Rin Editor - nilamo - Jul-28-2017

(Jul-28-2017, 07:22 PM)metulburr Wrote: Am i the only one having issues?

I normally use Firefox, but I just switched over to chrome to test it out.  And it worked.  I'm on Windows, version 59.0.3071.115.
iFrames are notoriously difficult to work with via javascript, so I'm not surprised that there's issues.  Once I get home, I'll dig into it more and see if anything obvious presents itself.

Is Firefox the only browser that's confirmed to work for the quick-reply button?


RE: CKEditor / Rin Editor - snippsat - Jul-28-2017

(Jul-28-2017, 07:30 PM)nilamo Wrote: Is Firefox the only browser that's confirmed to work for the quick-reply button?
For me all work now,have tested on 3 computers Chrome work.
All Firefox work,had to update to 54.01 on one computer to get it to work.


RE: CKEditor / Rin Editor - metulburr - Jul-28-2017

Quote:Is Firefox the only browser that's confirmed to work for the quick-reply button?
I usually consider firefox and chrome the main browsers and if they both work in whatever i am doing that that is sufficient. I havent bothered with other browsers....unless you think it might narrow down the cause with chrome?


RE: CKEditor / Rin Editor - snippsat - Jul-28-2017

Tested in Linux now FireFox and Chrome no problem.
So Quote highlighted text work for me all places Windows and Linux.


RE: CKEditor / Rin Editor - ichabod801 - Jul-28-2017

I noticed something I'm not sure about. Usually when newbies don't use python tags, I quick edit and add them. Usually the indentation is there, but it's not showing. Adding the tags makes it visible. I tried it on one today, and I thought I saw the indentation, and then it disappeared. Doing it in full edit and going to source did not bring it back. (using Firefox 54.0/64 bit on Ubuntu). Has anyone else noticed this? Conversely, has anyone gotten the indentation visible doing this?


RE: CKEditor / Rin Editor - nilamo - Jul-28-2017

I've also noticed that editing makes indentation fairly fickle.  I haven't played around to figure out exactly how, when, or why indentation vanishes, but I have noticed that it sometimes happens with the new editor.


RE: CKEditor / Rin Editor - ichabod801 - Jul-28-2017

Definitely happened again, with post #4 in this thread.