Open nadr0 opened 2 weeks ago
The focus logic is in a probably naïve attempt at accessibility, but I support whatever we need to do to make these feel better including removing it and/or splitting out the description as you suggested. One thing to consider checking is if we've been using :focus
where we should have been using :focus-visible
, which should not appear on click interactions, etc.
When implementing the Center Rectangle tool I came across several UX issues within the toolbar. To prevent bloating center rectangle I've outlined these preexisting issues below.
https://github.com/user-attachments/assets/f7b424bf-8e72-4996-aad2-d21884121142
I'd recommend removing the
focus
logic on tooltips and keep it tohover
.I think a lot of tools do not have tooltips stay open when focused, usually on hover. Excalidraw does have a little description but that is separate from the Tooltip. We both embed a description keybind, usage all into a single tooltip.