How do I get a <p> in Firefox.
I have tried <enter>, <shift>+<enter>, <ctrl>+<enter> and <alt>+<enter>. All the combinations results in a <br>.
/Mikkel
I have tried <enter>, <shift>+<enter>, <ctrl>+<enter> and <alt>+<enter>. All the combinations results in a <br>.
/Mikkel
RE: Firefox: How to get a <p> ?
I believe it's in the fckconfig.js - but I'm not sure.
RE: Firefox: How to get a <p> ?
RE: Firefox: How to get a <p> ?
RE: Firefox: How to get a <p> ?
I also get weird BR's like this:
[br type="_moz"/]
(substitute square brackets for tags)
RE: Firefox: How to get a <p> ?
RE: Firefox: How to get a <p> ?
-ps I've seen htmlencode or whatever the equiv is somewhere a few times in the sourse... maybe you could stick it* there? Eh. Sorry. GIGO, ya know?
Really tho, no good ideas. Sorry!
*the function that does that afore which u speak
RE: Firefox: How to get a <p> ?
RE: Firefox: How to get a <p> ?
Maybe the Firefox developers have a solution for that... or maybe no solution is available for now.
The editor functions are limited to the underlying editing system (in this case Gecko) and by the HTML language limitations, and sometimes "workarounds" are difficult to achieve.
Best regards,
FredCK
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
RE: Firefox: How to get a <p> ?
All editors seem to have this problem in gecko.. it seems some have tried to fix it.
This is how HTMLArea has dealt with it ... by trapping the ENTER keypress and replacing it with their own function call.
http://www.htmlarea.com/forum/htmlArea_3_(beta)_C4/htmlArea_v3.0_-_Beta_Release_F14/gforum.cgi?post=33725;search_string=%3Cbr%2F%3E;guest=10355940&t=search_engine#33725
I haven't dug around in FCK much yet (will be next week) .. but can anyone comment on the viability of such a solution?
Thanks
Ben
RE: Firefox: How to get a <p> ?
RE: Firefox: How to get a <p> ?