Description
Details
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/extensions/CentralAuth | master | +9 -74 | Convert Special:GlobalRenameRequest to OOUI |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Glaisher | T88214 Special:GlobalRenameRequest button is too small | |||
Resolved | Glaisher | T104299 Convert Special:GlobalRenameRequest to use OOUI | |||
Resolved | Glaisher | T104423 OOUI HTMLForm hides help text until clicked |
Event Timeline
The input fields on the screenshot and the ones on the link look different. The one in the screenshot seem to have the mw-ui-input class applied.
The issue is happening because VForm adds the mw-ui-big class on the submit form. The text fits properly once its removed.
Another option is to not use VForm and build a normal HTMLForm. But that would make it way too wide.
I think the best option would be to setId on the HTMLForm and set the width from a CSS within the extension.
Change 291595 had a related patch set uploaded (by Glaisher):
Convert Special:GlobalRenameRequest to OOUI
(Argh, that screenshot is actually misleading, I've only now noticed that the text of the message has been changed. But either way, the new button will just get wider to accommodate the text.)
...and the screenshots in the description and my comment make it even more misleading :(