Page MenuHomePhabricator

Make it possible to use <TAB> to select a user from the username suggestion list
Closed, ResolvedPublic

Description

This task is about making it possible for people to use to select a user from the username suggestion list.

Behavior

  1. Visit: https://en.wikipedia.beta.wmflabs.org/wiki/User_talk:Ppelberg-test#Not_working_for_me.
  2. Click any "Reply" link in the section titled "Not working for me"
  3. Open the Reply tool's visual mode
  4. Type @
  5. Observe the following usernames appear in the username suggestion list: ``
  6. Use your mouse or arrow keys to focus on Ppelberg-test
  7. Press

Actual behavior

  1. ❗️Notice the username suggestion list is dismissed and nothing is inserted into the reply text input.

Expected behavior

  1. ✅Notice @[[User:Ppelberg-test|Ppelberg-test]] is inserted into the reply text input.

Done

  • The "Expected behavior" is implemented [1]

  1. Caveat: there may be a technical reason that prevents this from being implemented. If that's the case, please comment as much.

Event Timeline

ppelberg created this task.

I noticed this too last week and fixed it upstream in OOUI. Turns out it was a very old issue with dropdowns: T53229. The fix should be in the next OOUI release.

I've removed the large list of automatically added subscribers, presumably because this was created as a sub-task.

I noticed this too last week and fixed it upstream in OOUI. Turns out it was a very old issue with dropdowns: T53229. The fix should be in the next OOUI release.

Oh, excellent. What should we do with this task then? My instinct: keep this task around to make QA more straight forward once 599038 lands.

Esanders renamed this task from Make it possible to use {key tab} to select a user from the username suggestion list to Make it possible to use <TAB> to select a user from the username suggestion list.Jun 4 2020, 1:57 PM

(waiting for next OOUI release)