Anonymous | Login | Signup for a new account | 2023-06-06 09:05 CDT | ![]() |
Main | My View | View Issues | Change Log | Roadmap | Docs | Wiki | Repositories |
Relationship Graph | [ View Issue ] [ Dependency Graph ] | |||
|
||||
|
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. |
Main | My View | View Issues | Change Log | Roadmap | Docs | Wiki | Repositories |
Web Development by Intechnic![]() In-Portal Open Source CMS |