From that feedback.
When you click outside of the dropdown menu to close it, there is a risk you click on [revert] by accident which can be problematic.
Have a way to prevent that would be very helpful.
From that feedback.
When you click outside of the dropdown menu to close it, there is a risk you click on [revert] by accident which can be problematic.
Have a way to prevent that would be very helpful.
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/core | master | +211 -68 | Add overlay to list of changes |
We could intercept all clicks in the results area while the menu is open, and make it so that the first click closes the menu but doesn't do anything else (like revert an edit). You'd have to click a second time to hit the revert button. That's probably pretty easy to do with an overlay.
(cc @Mooeypoo )
Change 389753 had a related patch set uploaded (by Petar.petkovic; owner: Petar.petkovic):
[mediawiki/core@master] Add overlay to list of changes
Change 389753 merged by jenkins-bot:
[mediawiki/core@master] Add overlay to list of changes
Checked in betalabs - the fix works exactly as @Catrope:
the first click closes the menu but doesn't do anything else (like revert an edit). You'd have to click a second time to hit the revert button.