Is there any way to force FCKEditor under Firefox to format paragraphs into <p> tags? Under IE, Enter creates a new paragraph (<p>...</p>), and everything is grouped up into paragrahs. In Firefox, however, line breaks are entered as <br />s and text is only grouped into paragraphs if the Font Format is explicitly set to Normal.
This is an issue because we use FCKEditor as part of a content management system, and on the front end, the CSS in the design usually requires text to be in <p> tags to be formatted properly.
Is there any way to change this behavior in Firefox? I didn't see any configuration options for this other than UseBROnCarriageReturn (which is set to false anyway). If not, where should I look in the code to modify this behavior?
This is an issue because we use FCKEditor as part of a content management system, and on the front end, the CSS in the design usually requires text to be in <p> tags to be formatted properly.
Is there any way to change this behavior in Firefox? I didn't see any configuration options for this other than UseBROnCarriageReturn (which is set to false anyway). If not, where should I look in the code to modify this behavior?
RE: Forcing Firefox to insert <p> instead of
Hi Dylan,
See similar post here:
https://sourceforge.net/forum/message.p ... id=3215107
Cheers
Ben
RE: Forcing Firefox to insert <p> instead of
Heh. Now that was funny.
Really similar. I think it's the same post, even.
RE: Forcing Firefox to insert <p> instead of
Yep and a pretty common problem unfortunately too ... especially for those of us that require precise markup
RE: Forcing Firefox to insert <p> instead of
It's odd though, I swear this wasn't happening before the FC version was released.
RE: Forcing Firefox to insert <p> instead of
RE: Forcing Firefox to insert <p> instead of
There's only a (weak) workaround: http://sourceforge.net/forum/forum.php? ... _id=257179
Concerning this problem, some Bugs are filed at http://bugzilla.mozilla.org , the newest one is https://bugzilla.mozilla.org/show_bug.cgi?id=348149
I'm in trouble because of that, too
RE: Forcing Firefox to insert <p> instead of
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
RE: Forcing Firefox to insert <p> instead of
Sorry, i didn't check the roadmap... it seems working already in the nightly build - that's great, thanks a lot