UI: Contacts 'Create Contact' button unclickable — data-mcp-action div intercepts pointer events #47
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_os#47
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?
Description
In the Contacts island, when creating or editing a contact, the "Create Contact" / "Save Contact" button cannot be clicked. Playwright reports:
The
data-mcp-action="save"wrapper div sits on top of the actual<button>element and absorbs all click events, making it impossible to submit the form via mouse click.Steps to Reproduce
Expected
The save button should be clickable.
Root Cause
The
data-mcp-action="save"div likely needspointer-events: noneor the button needs to be outside/above it in z-order.Severity
High — blocks creating/editing contacts entirely via mouse click
Screenshots
deep_contacts_03_form_filled.png