Problem/Motivation
If no items are selected in the tree, the modal window for 'Delete' still opens with a confusing message:
Please select the terms you want to delete.
No buttons appear on the modal, and the user must press X to close it.
Proposed resolution
Options:
- Ideally : Delete would not be clickable (or visible) unless an item is checked. This may not be simple with FancyTree.
- Alternative : Improve message and add button to close modal.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | confusing-delete-button-behaviour-2960820-04.patch | 1.35 KB | mirom |
Comments
Comment #2
jacobsanfordComment #3
jacobsanfordComment #4
mirom commentedIf none of the items are selected then button is disabled, otherwise it's enabled. Check git here http://g.recordit.co/LLw4dnRfVG.gif
Comment #5
mirom commentedComment #6
mirom commentedComment #8
jacobsanfordHi @mirom, thanks for the contribution! I ran into a bit of a problem with the select callback not firing, but it turned out to be one of my Chrome extensions.