Page MenuHomePhabricator

Make "Description" edit field bigger when editing AbuseFilter
Closed, ResolvedPublic

Description

When creating or editing an abuse filter (example), the description field (wpFilterDescription in the file Views/AbuseFilterViewEdit.php in the AbuseFilter extension) is often too small to see the description utilised. As the field is only half the width of the fields used further down the page it could be made wider without consequence on the edit page.

image.png (272×739 px, 5 KB)

Event Timeline

It is not that the textbox has a width "half the width of fields used further down". It is that it has an absolute width (size=45) as opposed to the next fields which have a relative width (width=100%).

Change 341554 had a related patch set uploaded (by huji):
[mediawiki/extensions/AbuseFilter] Make "Description" edit field bigger when editing AbuseFilter

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

kaldari claimed this task.

Change 341554 merged by jenkins-bot:
[mediawiki/extensions/AbuseFilter@master] Make "Description" edit field bigger when editing AbuseFilter

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