Ticket #99 (closed Bug: fixed)
Unable to create <p> inside <div>
| Reported by: | tba21cn | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.4.1 |
| Component: | UI : Enter Key | Version: | SVN (FCKeditor) |
| Keywords: | Cc: |
Description (last modified by fredck) (diff)
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,
Result:
<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;
Change History
Note: See
TracTickets for help on using
tickets.