Opened 15 years ago
Closed 15 years ago
#17721 closed defect (bug) (duplicate)
TinyMCE adds <div> after using <ul><li>
| Reported by: | hebbet | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | TinyMCE | Version: | 3.2 |
| Severity: | normal | Keywords: | needs-patch dev-feedback |
| Cc: | Focuses: |
Description
Repro:
create a new post/page
insert a text
create a new unsorted list with at least one item
press enter twice (removes you from list)
enter text.
switch to html mode.
you will get something like:
text <ul> <li>list 1</li> <li>list 2</li> </ul> <div>text</div>
Tested with latest stable Chrome (12 since today), Firefox 4.0.1 running ubuntu 11.04 and latest wordpress nightly.
Change History (5)
#2
@
15 years ago
- Milestone Awaiting Review
- Resolution → duplicate
- Status new → closed
This is fixed in the current dev/alpha version of TinyMCE and seems duplicate of #17154.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
after testing with tinymce demos, i noticed it is a bug in tinymce itself.
Filled a bug there:
http://tinymce.moxiecode.com/develop/bugtracker_view.php?id=4454