Page MenuHomePhabricator

Make TitlesMultiSelect widget display pending element
Closed, DeclinedPublic2 Estimated Story Points

Description

The 'Pages' (and later the 'Namespaces') multi-select input widget should display the stripey "loading" pending animation while the menu is loading.

Event Timeline

TBolliger set the point value for this task to 2.

It seems there are two points at which we need to show the loading bar:

  1. while the JS widget is loading, if the user has JS
  2. while the menu is loading, after the input has been changed

After speaking to @Mooeypoo it seems this task is about point 2, so I've updated the description.

It seems that this is already working, and there's nothing to fix. Testing with network throttling, I see:

image.png (732×164 px, 7 KB)

It seems there are two points at which we need to show the loading bar:

  1. while the JS widget is loading, if the user has JS
  2. while the menu is loading, after the input has been changed

After speaking to @Mooeypoo it seems this task is about point 2

Point 1 filed as T210080