Results 56 comments of Sam

Just tried this and can't seem to reproduce it, does the problem happen on [sceditor.com](https://www.sceditor.com/)?

I could move the defaults into a separate module and then add an option to exclude that when building. That should work while keeping everything simple.

Thanks for reporting, that is a very annoying bug. > I can replace `` with `` but i not shure that it not break something. Also, I'm not sure that...

SCEditor can convert both font and span tags to BBCode. The reason the font tag is still used is that it's what most browsers insert when using the built in...

Oh of course, the built in execCommand fontSize will wrap just wrap the node in a font tag. You would need to override the font command to not use execCommand....

It would be good to have this, maybe as a plugin. I've also noticed they don't seem to show on Linux. Might be possible to make them work with a...

I've just realised there is an issue with this. It will only scroll the drop-down with the page, if the editor is in a scrollable container then the drop-down won't...

> In any case, somebody will always see any of these options as a bug if they encounter it. Yeah, there doesn't appear to be a good solution to this....

This should be easily fixable once the new selection API style methods (#538) are implemented.