Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Ensure most of the widget doesn't move when blur-validating | mediawiki/extensions/DiscussionTools | master | +8 -0 |
Details
Details
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | None | T276497 Scale DiscussionTools to all projects | |||
Open | None | T251207 [Epic] Scale DiscussionTools to all Wikipedias | |||
Open | None | T233446 [Epic] New Discussion Tool | |||
Open | None | T275256 Make New Topic Tool (desktop) available as opt-out feature at all wikis | |||
Resolved | • ppelberg | T275257 Offer New Discussion Tool as Beta Feature at all Wikipedias | |||
Resolved | matmarex | T275827 Deploy config change to scale New Discussion Tool's availability as a beta feature | |||
Resolved | Esanders | T275923 Pressing "cancel" on an empty new topic widget triggers the title validation and doesn't close the widget |
Event Timeline
Comment Actions
The problem is the mousedown triggers the blur validation, and that moves the cancel button, so the mouseup and consequently the click event are never fired.
Comment Actions
Change 667406 had a related patch set uploaded (by Esanders; owner: Esanders):
[mediawiki/extensions/DiscussionTools@master] Ensure most of the widget doesn't move when blur-validating
Comment Actions
Change 667406 merged by jenkins-bot:
[mediawiki/extensions/DiscussionTools@master] Ensure most of the widget doesn't move when blur-validating