jenkins-bot has submitted this change and it was merged. Change subject: (bug 40585) Don't drop 'step="any"' in HTML input fields. ......................................................................
(bug 40585) Don't drop 'step="any"' in HTML input fields. The default value for "step" is "1" which effectively bans any decimal number from being entered into an 'type="number"' field and makes HTMLFloatField unusable. This is a backport of 6dc4039270af99413cc7c3bf85b136d9a79e7497. Change-Id: Ibda2b49395705c5902c751525b75213653b0ea5d --- M includes/Html.php M tests/phpunit/includes/HtmlTest.php 2 files changed, 19 insertions(+), 1 deletion(-) Approvals: Platonides: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/37635 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibda2b49395705c5902c751525b75213653b0ea5d Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: REL1_20 Gerrit-Owner: Tim Landscheidt <[email protected]> Gerrit-Reviewer: Platonides <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
