1

Topic: Problem with "forced_root_block" and plugin "autolink"?

Hello

http://www.tinymce.com/wiki.php/Configuration:forced_root_block wrote:

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
});

2

Re: Problem with "forced_root_block" and plugin "autolink"?

EDIT:

The Problem is only in Opera.

Opera12 its working wrong. (plupload have bugs with opera too)

Firefox14, IE8 and Chrome20 its working fine.

3

Re: Problem with "forced_root_block" and plugin "autolink"?

You checked out 3.5.5? Some of the issues were fixed, but p_on_newline was reintroduced as well.

4

Re: Problem with "forced_root_block" and plugin "autolink"?

Editorant wrote:

Here my config in version 3.5.6 for test:

I have tested it in 3.5.4.1 and 3.5.6 with identical result. wink