Misuse of Details tag as popover #23
Labels
No labels
Agent/Chrome-Android
Agent/Chrome-Desktop
Agent/Chrome-iOS
Agent/Firefox-Android
Agent/Firefox-Desktop
Agent/Firefox-iOS
Agent/Safari-Desktop
Agent/Safari-iOS
Code/Backend
Code/DevOps
Code/Frontend
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
Reviewed/Confirmed
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Status/Abandoned
Status/Blocked
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
aniram/cidadon#23
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?
Currently to see available actions like "Ler em PDF" or "Acompanhar" on a project, one has to click on a details tag which then shows action buttons. This is not what the details tag is for. This is misleading for people who use screen-readers. I chose this option because it requires zero JavaScript but ideally in the future this has to be optimized.
Misuse of Details tagto Misuse of Details tag as popoverProof-of-concept:
The most important thing is setting the position-area on elements with the attribute popover or else it will default to none and be centered on the viewport.