Opened 9 years ago

Last modified 9 years ago

#13004 confirmed Bug

SHift Enter Mode = P is not working for .NET site — at Version 1

Reported by: Sachin Owned by:
Priority: Normal Milestone:
Component: Server : ASP.Net Version: 3.6
Keywords: Cc: shagin.sasi@…

Description (last modified by Jakub Ś)

We have used CKEditor as control as following:

 <CKeditor:CKEditorControl ID="txt_bodyHTML" runat="server" BasePath="/jscripts/CKeditor/"
                    Visible="False" DisableNativeSpellChecker="false"   ShiftEnterMode="P"  EnterMode="BR" >
</CKeditor:CKEditorControl> 

Shift Enter Mode is producing the BR

Change History (1)

comment:1 Changed 9 years ago by Jakub Ś

Component: GeneralServer : ASP.Net
Description: modified (diff)
Keywords: Shift Enter Mode = P issue removed
Status: newconfirmed

Seems that ShiftEnterMode has no effect on editor control.

The only workaround is setting config.shiftEnterMode = CKEDITOR.ENTER_P; in config.js

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy