﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6616	BIDI: Increase RTL list item indent doesn't work.	Paweł Horzela		"1. Paste source into IE:
{{{
<ul>
	<li dir=""rtl"">
		List item</li>
</ul>
}}}
2. Set focus on 'List item' element and increase indent.

'''Result''': Indent is not increased, but when you go to source view you can notice that 'margin-left' of <ul> element is increased.

Above source is generated only in IE. In other browsers generated source looks like:
{{{
<ul dir=""rtl"">
	<li>
		asdasd</li>
</ul>
}}}
and it works fine.

'''To generate source in IE''':

1. Click on 'New Page' on toolbar.[[BR]]
2. Click on bullet list icon and type some text.[[BR]]
3. Press 'Enter' and click on bullet icon to remove list in second line.[[BR]]
4. Press Ctrl+A and then RTL icon."	Bug	closed	Normal		Core : Lists	3.4	duplicate	IE IBM	jamcunni@…
