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!

Relationship Graph View Issue ] Dependency Graph ]
related to child of duplicate of

Viewing Issue Simple Details
ID Category Type Reproducibility Date Submitted Last Update
0000113 [In-Portal CMS] Admin Interfaces feature request always 2009-07-17 06:02 2009-10-03 07:56
Reporter alex View Status public  
Assigned To alex
Priority normal Resolution fixed  
Status closed      
Summary 0000113: FCKEditor behavior, when ENTER is pressed
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.
Additional Information Mentioned above code should be added to "inp_fckconfig.js" file.

FCKConfig.EnterMode = 'br' ; // p | div | br
FCKConfig.ShiftEnterMode = 'p' ; // p | div | br


When such settings are already present in your version of this file, then they should be replaced with given ones.



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

Powered by Mantis Bugtracker