Page MenuHomePhabricator

mw.notify overlay glitches in Vector 2022
Closed, DuplicatePublic

Description

Steps:

  1. Click star to add to watchlist.
  2. Click star again to remove from watchlist.

Expected:
Previous notifcation floats away in place.

Actual:
A glitch appears off to the top-left.

Screenshot 2023-11-18 at 18.04.17.png (1,781×827 px, 565 KB)

Other:

This affects all interactive or programmtic use of mw.notify(). The above is merely the simplest way to replicate it. Another way would be to e.g. run the following from the browser console:

mw.notify('Hello', { tag: 'something'});
mw.notify('Goodbye', { tag: 'something'});
Vector 2022Vector legacy