- Fill the fields
- Press enter
I. Expected: the action corresponding to the main (and only) button is triggered.
II. Observed: nothing happens, I'm forced to click.
Version: master
Severity: minor
I. Expected: the action corresponding to the main (and only) button is triggered.
II. Observed: nothing happens, I'm forced to click.
Version: master
Severity: minor
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| PagePreparation cleanup/modernization | mediawiki/extensions/Translate | master | +55 -72 |
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | Feature | None | T48645 Tools for mass migration of legacy translated wiki content | ||
| Invalid | Feature | None | T67740 Special page for migration of legacy translation pages (tracking) | ||
| Resolved | Pppery | T71271 Special:PageMigration and Special:PagePreparation don't react to enter |
pr4tiklahoti wrote:
Yes, this is because the type attribute of those buttons is set to 'button' right now and not 'submit'. I don't want to change it to submit as it would submit the form and follow the default behaviour. Perhaps a workaround like this could be useful:
http://stackoverflow.com/a/155263
Please let me know if that is okay.
If that is not ok (I have no idea), a text explaining that one has no click would be helpful.
It seems that the observed behaviour has changed from nothing happening to a page reload.
Change #1258315 had a related patch set uploaded (by Pppery; author: Pppery):
[mediawiki/extensions/Translate@master] PagePreparation cleanup/modernization
The PageMigration case was fixed already as part of T71273. Above patch fixes the PagePreparation case.
Change #1258315 merged by jenkins-bot:
[mediawiki/extensions/Translate@master] PagePreparation cleanup/modernization