Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#17171 closed defect (bug) (worksforme)

TinyMCE malforms spacing when using links and nested lists

Reported by: viper007bond's profile Viper007Bond 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)

#1 @greuben
14 years ago

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

#2 follow-up: @azaozz
14 years ago

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

#3 in reply to: ↑ 2 @Viper007Bond
14 years ago

Replying to azaozz:

What other browsers are affected?

I found the issue via Firefox 4.

#4 @azaozz
14 years ago

  • 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.