Solved Pasting tabs into WYSIWYG editor

This topic has been solved
D

digitalpoint

Guest
I feel like I can't possibly be the only one that runs into this, but I couldn't find an existing bug report...

Pasting code snippets (and more specifically tabs) is screwy when in WYSIWYG editor mode...

In BBCode mode (not WYSIWYG), it works as expected:
PHP:

Code:
    /**
     * @param \DigitalPoint\Marketplace\Entity\Item $content
     */
    public function getBreadcrumbs(Entity $content)
    {
        /** @var \XF\Mvc\Router $router */
        $router = \XF::app()->container('router')...

Read more

Continue reading...