Sam
Sam
I've been investigating the best way to implement this to allow uneditable HTML blocks to be added. What I've found is `contenteditable=false` has a few issues: #### Desktop browsers Chrome...
> In 95% current BBCode matches with phpBB needs... most of the basic functionality is probably the same for all the dialects. I've tried to match the most common formats...
Thanks for reporting! This doesn't affect Safari either so definitely looks to be Firefox specific. I've added this to the 3.2.0 milestone as the next release (3.1.0) is currently being...
The editor should really do this so marking as a bug. For now it can be done getting the `documentElement` from the body node and setting the `scrollTop` property. Something...
The only file still using jQuery outside of tests is https://github.com/samclarke/SCEditor/blob/master/src/jquery.sceditor.js which is for backwards compatibility and doesn't have an effect on the rest of the code (it relies on...
Thanks for the PR! This would be a much nicer UX for source mode but it would result in a different UX for WYSIWYG and source mode. I'm not sure...
You're right the editor should normalise this. It should preserve user inserted non-breaking spaces but remove automatically inserted ones when they're not next to another space.
I've just checked and at least in Chrome this seems to already be mostly handled. For some reason it uses non-breaking spaces around links but can't get it to happen...
Thanks for the PR! This fixes the issue for BBCode but not for XHTML output which could have `` tags pasted or added in the source. Also it's currently possible...
Thanks for reporting! I've just tested and so far I haven't been able to reproduce this. Are there any changes to the default styles and do you know if the...