Opened 10 years ago
Last modified 10 years ago
#13004 confirmed Bug
SHift Enter Mode = P is not working for .NET site
Reported by: | Sachin | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : ASP.Net | Version: | 3.6 |
Keywords: | Cc: | shagin.sasi@… |
Description (last modified by )
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 10 years ago by
Component: | General → Server : ASP.Net |
---|---|
Description: | modified (diff) |
Keywords: | Shift Enter Mode = P issue removed |
Status: | new → confirmed |
Seems that
ShiftEnterMode
has no effect on editor control.The only workaround is setting
config.shiftEnterMode = CKEDITOR.ENTER_P;
in config.js