Page MenuHomePhabricator

size of <inputbox> cannot be set under a certain limit
Closed, ResolvedPublic

Description

Before 1.25wmf20 you can set the size of the <inputbox> by setting the width parameter of the inputbox. So if you set the width to say 20 you got a small box and if you set the width to 60 you got a wider one. Now it is impossible to set the size smaller than a width of about 48.

Event Timeline

Formatierer raised the priority of this task from to Needs Triage.
Formatierer updated the task description. (Show Details)
Formatierer subscribed.

This is caused by class mw-ui-input-inline.

.mw-ui-input-inline {
   min-width: 320px;
}
FriedhelmW triaged this task as Unbreak Now! priority.Mar 12 2015, 7:42 PM
Glaisher lowered the priority of this task from Unbreak Now! to High.Mar 13 2015, 8:53 AM

@FriedhelmW We usually close the original bug as a duplicate, not the newer one. Also while this breaks some pages' appearance, it isn't of "Unbreak now!" priority.

Change 196560 had a related patch set uploaded (by Glaisher):
Fix InputBox after implementing MediaWiki UI

https://gerrit.wikimedia.org/r/196560

Change 196627 had a related patch set uploaded (by Bartosz Dziewoński):
Remove a hack, and a hack for the hack, for MediaWiki UI input fields

https://gerrit.wikimedia.org/r/196627

Change 196627 merged by jenkins-bot:
Remove a hack, and a hack for the hack, for MediaWiki UI input fields

https://gerrit.wikimedia.org/r/196627

Glaisher reassigned this task from Glaisher to matmarex.
Glaisher removed a project: Patch-For-Review.

This has been resolved by the merged patch above