Page MenuHomePhabricator

MUL - Fix user experience issue for description in mul
Open, Needs TriagePublicPRODUCTION ERROR

Description

(UX still needs to prioritize this with Product)

If you navigate via keyboard, it is still possible to tab to the description. At the same time it's difficult to see where the focus is (there's no cursor in the case of the description, because it's read-only and the only difference is the 1px underline changes colour a bit).

Notes

  • Suggestion from Nikki: It would probably work better to add disabled and/or tabindex="-1" as well as readonly

Acceptance criteria