nextcloud-libraries / nextcloud-libraries/nextcloud-vue
Drag&Drop miss-activated on AppNavigationItem
Nobody has claimed this yet.
- Dominant language
- Vue
- Stars
- 246
- Forks
- 99
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 103
Description
There is a UI issue with the AppNavigationItem when :editable=true is set. The effect can be seen on the test instance. Just scroll down to Editable element.
I think a video will describe the problem at best:
https://user-images.githubusercontent.com/8202922/137642096-2a209e4c-bf90-496c-a363-1e6384712f40.mp4
I suspect that there is a drag effect issued somewhere but I did not look into the details.
This is causing the issue https://github.com/nextcloud/cookbook/issues/730 where I found the problem.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the AppNavigationItem example at the linked test instance, focusing on the Editable element and reproducing the interaction shown in the video. Trace the editable item's drag-and-drop behavior to identify the unintended activation; done means the editable item no longer triggers the reported drag effect while normal navigation remains usable.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100