Community
Participate
Working Groups
Build Identifier: 1.5.0.v20090225_0229 In Rich Text editor,at the end of each line a "Enter" key produces two line spaces unlike normal text editor. Reproducible: Always Steps to Reproduce: 1. Create rich text editor 2. Type some text. 3. Press "Enter" key to write a new line. 4. Creates two line spaces before writing the next line.
In the EPF RTE, Enter keys will be interpreted as a HTML <P> tag. Also in HTML, Eneter kays and spaces are all ignored by HTML. If you don't want the <P> tag, just keep typing in the RTE, it will automatically wrap around without doubel spaces. It has been the design since EPF Composer 1.0 Thanks very much.
Hi, This is bit annoying since i am trying to form a nice rich text editor with this control. But because of the spacing between the lines are two much, it does occupy lot of unncessary blank spaces. Can you please tell me, is there any other alternate where its possible to control the <p> tag.