Opened 14 years ago
Closed 14 years ago
#17171 closed defect (bug) (worksforme)
TinyMCE malforms spacing when using links and nested lists
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | minor | Version: | 3.1 |
Component: | TinyMCE | Keywords: | |
Focuses: | Cc: |
Description
I wasn't really sure how to title this ticket and whether this is a core TinyMCE bug or is a WordPress implementation of it bug, so I'm just going to post it here and let someone more knowledgeable than me take care of it.
Paste this completely valid HTML into HTML view:
<ol> <li> <a href="#">foo</a> bar <ul> <li>Sub list item</li> </ul> </li> </ol>
Switch to TinyMCE. Notice how there is no longer a space before "bar". This is verified by switching back to HTML view.
Change History (4)
Note: See
TracTickets for help on using
tickets.
Seems like a tinymce bug..tested here http://tinymce.moxiecode.com/tryit/full.php