Original bug title:
mediawiki.notification should show the notification bubble relative to the screen, not to the document
Current behaviour:
Calling mw.notify("abc") in JavaScript creates a message-bubble somewhere below the first <h1> heading (the title) and the bubble disappears after about 5s.
Why this is an issue:
But if you have scrolled-down the page, the notification disappears without being read.
Where is this an issue:
For example, when marking large new pages as patrolled, the patrol link is at the bottom of the page and the message whether patrolling succeeded is not visible to the user. Or at custom gadgets/user scripts.
Expected behaviour:
Bubble shown, no matter of the current scroll position.
Possible implementation:
Fixed position.
Version: 1.22.0
Severity: enhancement