In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

View Revisions: Issue #113 All Revisions ] Back to Issue ]
Summary 0000113: FCKEditor behavior, when ENTER is pressed
Revision 2009-07-17 06:03:59 by alex
Description Currently FCKEditor adds paragraph tags (p) around any text when text is entered OR ENTER is pressed in editor area. Alternatively when Shift+ENTER is pressed, then line break tag (br) is added. This is not very comforting especially, when additional margin is added to paragraph tags (p) by site css.

I propose to invert FCKEditor default behavior like this:
1. when ENTER is pressed, then normal line break (br) appears;
2. when Shift+ENTER is pressed, then and only then paragraph tag (p) should be inserted.
Revision 2009-07-17 06:02:54 by alex
Description Currently FCKEditor adds "

" (paragraph) tags around any text when text is entered OR ENTER is pressed in editor area. Alternatively when Shift+ENTER is pressed, then "
" (line break) tag is added. This is not very comforting especially, when additional margin is added to "

" tags by site css.

I propose to invert FCKEditor default behavior like this:
1. when ENTER is pressed, then normal line break (
) appears;
2. when Shift+ENTER is pressed, then and only then paragraph tag (

) should be inserted.

Revision 2009-07-17 06:02:31 by alex
Description Currently FCKEditor adds "

" (paragraph) tags around any text when text is entered OR ENTER is pressed in editor area. Alternatively when Shift+ENTER is pressed, then "
" (line break) tag is added. This is not very comforting especially, when additional margin is added to "

" tags by site css.

I propose to invert FCKEditor default behavior like this:
1. when ENTER is pressed, then normal line break (
) appears;
2. when Shift+ENTER is pressed, then and only then paragraph tag (

) should be inserted.




Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker