I recently decided to change some settings to keep paragraph tags from automatically being inserted. The problem I am having is that the ShiftEnterMode does not work for me.
FCKConfig.EnterMode = 'br' ; // p | div | br
FCKConfig.ShiftEnterMode = 'p' ; // p | div | br
When I hold shift + enter I still only get at <br> tag.
I have tried both firefox and IE and cleared all cache and temp files as well.
I have done some additional testing and it seems like ShiftEnterMode = 'p' ; will only work if there is a preceding <p></p> tag before you hit shift + enter. If say, you hit shift + enter after a <br> it just inserts more <br> tags.
FCKConfig.EnterMode = 'br' ; // p | div | br
FCKConfig.ShiftEnterMode = 'p' ; // p | div | br
When I hold shift + enter I still only get at <br> tag.
I have tried both firefox and IE and cleared all cache and temp files as well.
I have done some additional testing and it seems like ShiftEnterMode = 'p' ; will only work if there is a preceding <p></p> tag before you hit shift + enter. If say, you hit shift + enter after a <br> it just inserts more <br> tags.

Re: FCKconfig.ShiftEnterMode
have you been able to find a solution? thanks!