Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug - List elements are reversed with deep lists #487

Closed
Risord opened this issue Jun 8, 2017 · 2 comments
Closed

Bug - List elements are reversed with deep lists #487

Risord opened this issue Jun 8, 2017 · 2 comments
Labels
browser:chrome The issue can only be reproduced in the Chrome browser. browser:edge The issue can only be reproduced in the Edge (edgeHTML engine based) browser. browser:firefox The issue can only be reproduced in the Firefox browser. browser:ie11 The issue can only be reproduced in the Internet Explorer 11 browser. resolution:duplicate A duplicate of an already reported issue. type:bug A bug.
Milestone

Comments

@Risord
Copy link

Risord commented Jun 8, 2017

Are you reporting a feature or a bug?

Bug

Provide detailed reproduction steps (if any)

  1. Put code to editor (standard demo is fine)
<ol>
	<li>x: press delete there -&gt;
	<ol>
		<li>&lt;- y: or backspace there
		<ol>
			<li>A</li>
			<li>B</li>
		</ol>
		</li>
	</ol>
	</li>
</ol>
  1. Remove one list level by pressing delete at the end of x line or backspace at begin of y line.

Expected result

  1. x: press delete there -><- y: or backspace there
    1. A
    2. B

Actual result

Deepest list is reversed.

  1. x: press delete there -><- y: or backspace there
    1. B
    2. A

Other details

  • Browser: Chrome 58, Firefox 53, Edge 14
  • OS: Windows 10 64
  • CKEditor version: 4.5.9, 4.7.0, nightly
  • Installed CKEditor plugins: Just standard set
@beatadelura beatadelura added status:confirmed An issue confirmed by the development team. browser:chrome The issue can only be reproduced in the Chrome browser. browser:edge The issue can only be reproduced in the Edge (edgeHTML engine based) browser. browser:firefox The issue can only be reproduced in the Firefox browser. type:bug A bug. labels Jun 12, 2017
@beatadelura
Copy link
Contributor

The issue can be reproduced in all browsers starting from 4.3.0 version.

@beatadelura beatadelura added the browser:ie11 The issue can only be reproduced in the Internet Explorer 11 browser. label Jun 12, 2017
@engineering-this
Copy link
Contributor

engineering-this commented Jan 9, 2019

This report is valid. However it was duplicated by #2721, but as discussion is there I will close this one just to continue work there. So whoever is interested on updates please check #2721.

@engineering-this engineering-this added resolution:duplicate A duplicate of an already reported issue. and removed status:confirmed An issue confirmed by the development team. labels Jan 9, 2019
@mlewand mlewand added this to the 4.11.3 milestone Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser:chrome The issue can only be reproduced in the Chrome browser. browser:edge The issue can only be reproduced in the Edge (edgeHTML engine based) browser. browser:firefox The issue can only be reproduced in the Firefox browser. browser:ie11 The issue can only be reproduced in the Internet Explorer 11 browser. resolution:duplicate A duplicate of an already reported issue. type:bug A bug.
Projects
None yet
Development

No branches or pull requests

4 participants