Topic: Problem with "forced_root_block" and plugin "autolink"?
Hello
If you set this option to false it will never produce P tags on enter or automatically it will instead produce BR elements and Shift+Enter will produce a P.
I enter "Text" press enter, press enter, press enter... that is was I get since version 3.5.4.1
Text<br />
<p> </p>
<p> </p>This happen only for me with "autolink" in "plugins". Is here a bug?
Here my config in version 3.5.6 for test:
tinyMCE.init({
mode: 'exact',
elements: 'editor',
plugins: 'autolink',
forced_root_block: false,
relative_urls: false
});