Disabled "Move here" / "Copy here" render at full opacity with a pointer cursor #661
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Cordy/Cairn#661
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Found in the #656 QA pass (v0.6.247, files.c0rdyceps.ch).
Rule: style guide, Buttons: "Disabled is opacity .5 + not-allowed, on every kind."
Matrix row: §2 "Rename / move / copy" ("no-op and self/subtree moves disabled").
Steps
_qa, row menu ofqa-doc.pdf→ Move. The picker opens at the file's own folder, so moving here is a no-op.Expected: visibly disabled (opacity .5,
cursor: not-allowed).Seen: behaviourally correct (
button.disabled === true), but computedopacity: 1andcursor: pointer. It is indistinguishable from the enabled state, so clicking it does nothing, silently. The same applies when moving a folder while standing in its own parent.Screenshot:
661-move-picker.jpg(outputs folder; the same frame also shows #662 and #663)