Opened 18 years ago
Last modified 18 years ago
#99 closed Bug
Can NOT create <p> tag in <div> tag (version 2.4 ) — at Initial Version
Reported by: | tba21cn | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.4.1 |
Component: | UI : Enter Key | Version: | SVN (FCKeditor) - Retired |
Keywords: | Cc: |
Description
Test step:
- EnterMode='p' in config.js
- have this content in "source" view: <div>abc</div>
- in fckeditor view, put the cursor after 'ab', and press enter.
- Check content in "source" view,
It is <div>ab</div> <div>c</div> There is NO <p> tag as expected.
So there is NO way to create a <p> tag in <div> tag, and there is no way to create a <div> tag in <p> tag.
<div>abc</div> always get <div> when press Enter, doesn't matter EnterMode; <p>abc</p> always get <p> when press Enter, doesn't matter EnterMode;