﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7221	A click on a horizontal list's element makes it become a vertical list	guillaumesmo	Garry Yao	"When you have a horizontal list (which is a list with list-style-type:none and li elements display:inline) and you click on a list element, the element goes to the next line as if he becomes a vertical list element. Going to source view and back to wysiwyg view makes the list horizontal again. 

Paste the following code in the source view of a ckeditor, and then go back to wysiwyg view. Now click on a ""lol"" to reproduce the bug. 

{{{
<style>
ul.list1{margin:20px 0px 0px 0px; padding:0px; list-style-type:none;}
ul.list1 li{display:inline; padding:20px;}
</style>
		<ul class=""list1"">
			<li>
				lol</li>
			<li>
				lol</li>
			<li>
				lol</li>
			<li>
				lol</li>
			<li>
				lol</li>
			<li>
				lol</li>
		</ul>
}}}

I'm using Mac OS X Snow Leopard with FireFox 3.5.16"	Bug	closed	Normal	CKEditor 3.5.4	Core : Styles	3.5.1	fixed	IBM	satya_minnekanti@…
