Opened 2 years ago

Closed 2 years ago

#17171 closed defect (bug) (worksforme)

TinyMCE malforms spacing when using links and nested lists

Reported by: Viper007Bond Owned by:
Priority: low Milestone:
Component: TinyMCE Version: 3.1
Severity: minor Keywords:
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)

Seems like a tinymce bug..tested here http://tinymce.moxiecode.com/tryit/full.php

comment:2 follow-up: ↓ 3   azaozz2 years ago

Confirmed in FF 3.6 and Opera, works as expected in Chrome (WebKit). What other browsers are affected?

comment:3 in reply to: ↑ 2   Viper007Bond2 years ago

Replying to azaozz:

What other browsers are affected?

I found the issue via Firefox 4.

  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed

This is fixed in the next TinyMCE version.

Note: See TracTickets for help on using tickets.