PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor
Re: [RFC] WYSIWYG Editor/Rich Text Editor
Thanks... Contacted him. Waiting for his reply. Meanwhile, going through the documentation 
Re: [RFC] WYSIWYG Editor/Rich Text Editor
Try out whether this one works... It might be my implementation problem.callumacrae wrote:TinyMCE works on my phone, while CKEditor doesn't, really.
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
Re: [RFC] WYSIWYG Editor/Rich Text Editor
I managed to do a small edit, but it died when I tried to do a bigger edit.AliasM2K wrote:Try out whether this one works... It might be my implementation problem.callumacrae wrote:TinyMCE works on my phone, while CKEditor doesn't, really.
Re: [RFC] WYSIWYG Editor/Rich Text Editor
Another bug with CKEditor... Not mobile compatiblecallumacrae wrote:I managed to do a small edit, but it died when I tried to do a bigger edit.
Re: [RFC] WYSIWYG Editor/Rich Text Editor
<noscript>?AliasM2K wrote:Another bug with CKEditor... Not mobile compatiblecallumacrae wrote:I managed to do a small edit, but it died when I tried to do a bigger edit.
-Jonah
Re: [RFC] WYSIWYG Editor/Rich Text Editor
I didn't understand.AliasM2K wrote:Another bug with CKEditor... Not mobile compatiblecallumacrae wrote:I managed to do a small edit, but it died when I tried to do a bigger edit.
Does that mean that is not compatible with browsers with no javascript?
Does that mean that is not compatible with the way mobile phones execute javascript?
w3c advises web programmers not to use <noscript>.jsebean wrote: <noscript>?
It does exist in HTML5 but does not exist in xHTML (all versions).
Re: [RFC] WYSIWYG Editor/Rich Text Editor
3.1 does use HTML5brunoais wrote:w3c advises web programmers not to use <noscript>.jsebean wrote: <noscript>?
It does exist in HTML5 but does not exist in xHTML (all versions).
-Jonah
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
Re: [RFC] WYSIWYG Editor/Rich Text Editor
<noscript>
is a horrific tag and I would strongly advise against the use of it. You should have something like a div which is shown by default and is enabled by JavaScript, or you should have a .nojs
CSS class which is removed by JavaScript (it's very easy with jQuery).Re: [RFC] WYSIWYG Editor/Rich Text Editor
Sounds good.callumacrae wrote:<noscript>
is a horrific tag and I would strongly advise against the use of it. You should have something like a div which is shown by default and is enabled by JavaScript, or you should have a.nojs
CSS class which is removed by JavaScript (it's very easy with jQuery).
-Jonah
Re: [RFC] WYSIWYG Editor/Rich Text Editor
A little bit off topic, but let me ask few questions:callumacrae wrote:TinyMCE works on my phone, while CKEditor doesn't, really.
- Could you let me know on what phone did you test it (and in what browser)? What software is it running (name & version number - Android / iOS)?
- What page exactly did you check? Do you have the same result with the nightly build?
Note that mobile devices are quite problematic. People see that the plain textarea is replaced with wysiwyg and assume that it works. The problem is that many times the contenteditable area is so buggy, e.g. when it comes to text selection, placing the caret etc. that it really does not make sense to "enable" CKEditor on them.
CTO, CKSource
http://ckeditor.com/
http://ckeditor.com/