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

OrderList incorrect multiple items reorder on move top\bottom #6473

Closed
DmitrySudakov opened this issue Sep 7, 2018 · 0 comments
Closed

OrderList incorrect multiple items reorder on move top\bottom #6473

DmitrySudakov opened this issue Sep 7, 2018 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@DmitrySudakov
Copy link
Contributor

I'm submitting a ... (check one with "x")

[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35

Current behavior

  1. OrderList with three elements: [1, 2, 3].
  2. Select elements 2 and 3, click MoveTop button.
  3. OrderList becomes [3, 2, 1], button MoveDown stops working.

Expected behavior
3. OrderList becomes [2, 3, 1], button MoveDown is working.

Please tell us about your environment:

  • PrimeNG version: 5.X
    6.1.3
@cagataycivici cagataycivici self-assigned this Sep 18, 2018
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Sep 18, 2018
@cagataycivici cagataycivici added this to the 6.1.4 milestone Sep 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants