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!

Viewing Issue Simple Details Jump to Notes ] Wiki ] View Advanced ] Issue History ] Print ]
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 Project Name In-Portal CMS
Assigned To alex Developer
Priority normal Resolution fixed Fixed in Version 5.0.0
Status closed Product Version 4.3.9 Target Version 5.0.0
Time EstimateNo estimate
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.
Tags No tags attached.
Reference http://www.fckeditor.net/forums/viewtopic.php?f=6&t=6869
Change Log Message
Estimate Points 0
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
User avatar (0000131)
Dmitry (manager)
2009-07-17 16:17

Please commit fix for this
User avatar (0000137)
alex (manager)
2009-07-19 05:55

Fix committed to RC branch. Commit Message:

Fixes 0000113: FCKEditor behavior, when ENTER is pressed
User avatar (0000622)
administrator (administrator)
2009-10-03 07:56

Closing issues from 5.0.0 version, because version was already released.

- Related Changesets
In-Portal CMS: RC r11914
Timestamp: 2009-07-19 05:55:02
Author: alex
Details ] Diff ]
Fixes 0000113: FCKEditor behavior, when ENTER is pressed
mod - /in-portal/branches/RC/core/admin_templates/js/inp_fckconfig.js Diff ] File ]

- Issue History
Date Modified Username Field Change
2009-10-03 07:56 administrator Note Added: 0000622
2009-10-03 07:56 administrator Status resolved => closed
2009-10-03 07:34 administrator Type @80@ => feature request
2009-07-19 05:55 alex version => 4.3.9
2009-07-19 05:55 alex Fixed in Version => 5.0.0
2009-07-19 05:55 alex Note Added: 0000137
2009-07-19 05:55 alex Status reviewed and tested => resolved
2009-07-19 05:55 alex Resolution open => fixed
2009-07-19 05:55 alex Changeset attached RC r11914
2009-07-17 16:17 Dmitry Status active => reviewed and tested
2009-07-17 16:17 Dmitry Assigned To => alex
2009-07-17 16:17 Dmitry Note Added: 0000131
2009-07-17 16:17 Dmitry Target Version => 5.0.0
2009-07-17 06:05 alex Additional Information Updated View Revisions
2009-07-17 06:03 alex Description Updated View Revisions
2009-07-17 06:02 alex Description Updated View Revisions
2009-07-17 06:02 alex New Issue
2009-07-17 06:02 alex Reference => http://www.fckeditor.net/forums/viewtopic.php?f=6&t=6869



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

Powered by Mantis Bugtracker