﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13740	Decreasing indention in a multiple indentation list	vosmanz		"== Steps to reproduce ==

1. Go to http://ckeditor.com/demo
2. Replace the source code in the editor to:
{{{
<ul>
	<li>Test
	<ul>
		<li>Line 1</li>
		<li>Line 2</li>
	</ul>
	Test</li>
</ul>
}}}
3. Place the cursor at the end of 'Line 2' and click the decrease indent button ('Inspringing verkleinen' in Dutch, not sure what the exact English label is)

== Expected result ==
The indentation is decreased, and 'Line 2' is now at the same level as 'Test', on the same line-position as it was before.

== Actual result ==
The indentation is decreased, but 'Line 2' is now at the end of the first UL.

== Additional problem ==
The cursor is now still at the end of 'Line 2'. When you press the decrease indent button again, 'Line 2' is placed at the beginning of the line, but the second 'Test' text is now placed at the top, so that text now is 'Test Test'.

== Other details (browser, OS, CKEditor version, installed plugins) ==
OS: Win8.1 x64 (Dutch language)
Browsers (tested and reproduced):
- Internet Explorer 11.0.9600.18036 (updateversion 11.0.23)
- Chrome 45.0.2454.85 m (64-bit)
- Firefox 40.0.3
- Opera 31.0.1889.174
CKEditor:
- Discovered in 4.5.2 (custom build)
- Reproduced in 4.5.3 (Standard)(using ckeditor.com/demo)
- Not sure if it occured in earlier versions."	Bug	confirmed	Normal		Core : Lists	4.0			ruud@…
