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

Fix #3004: Tree arrow keys with dragdrop enabled #3005

Merged
merged 1 commit into from Jul 1, 2022

Conversation

melloware
Copy link
Member

###Defect Fixes
Fix #3004: Tree arrow keys with dragdrop enabled

When drag drop is enabled nextSibling is a p-treenode-droppoint not a p-treenode so we need to keep looping over siblings until we run out or find the next node.

@melloware melloware added the Status: Pending Review Issue or pull request is being reviewed by Core Team label Jun 22, 2022
@mertsincan mertsincan merged commit 9226b89 into primefaces:master Jul 1, 2022
@mertsincan
Copy link
Member

Thanks a lot, @melloware ;)

@melloware melloware deleted the PR3004 branch July 1, 2022 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Pending Review Issue or pull request is being reviewed by Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tree: Can't switch between nodes with arrow up and arrow down keys if drag feature is enabled
2 participants