﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
427	Bulleted lists don't align properly in Firefox	Mike Koepke	Martin Kou	"Centering and right justifying a bulleted list doesn't behave properly in Firefox.  IE7 worked correctly.

Using the test site:

 1. Create a simple bulleted list.  Hit UL on toolbar
 2. Enter line 1, enter, line 2, enter, line 3, line 4
 3. Highlight the list and hit Center Justify.  Line x test is justified but bullets remain left justified.
 4. Source created:
{{{
<ul>
    <li>
    <div align=""center"">Line 1</div>
    </li>
    <li>
    <div align=""center"">Line 2</div>
    </li>
    <li>
    <div align=""center"">Line 3</div>
    </li>
    <li>
    <div align=""center"">Line 4</div>
    </li>
</ul>
}}}
 5. Repeating to right justify.  Text is correctly right justified but bullets stay left justified.

Note: Make sure that the browser cache is cleared before trying to reproduce.
"	Bug	closed	Normal	FCKeditor 2.5 Beta	Core : Styles	SVN (FCKeditor) - Retired	fixed	Confirmed Firefox	
