Page MenuHomePhabricator

Some form fields use monospace font ('Insert template' text-area boxes, 'Save' dialog edit summary)
Closed, ResolvedPublic1 Estimated Story Points

Description

In betalabs FF35:

Screen_Shot_2015-03-30_at_11.00.25_AM.png (494×509 px, 39 KB)

In beta class="oo-ui-widget oo-ui-widget-enabled oo-ui-inputWidget oo-ui-textInputWidget" has:
font-family: monospace;
textarea -moz-fixed;
.ve-ui-overlay sans-serif;
html sans-serif;
body sans-serif;
font-size: 10.4px;
.oo-ui-textInputWidget textarea 1em;

In test2

Screen_Shot_2015-03-30_at_11.24.31_AM.png (502×510 px, 38 KB)

class="oo-ui-widget oo-ui-widget-enabled oo-ui-inputWidget oo-ui-textInputWidget" in test2 has Computedfont-family: sans-serif;
.ve-ui-overlay sans-serif;
.oo-ui-window sans-serif;
html sans-serif;
body sans-serif;
font-size: 12.8px;
.ve-ui-overlay 1em;

Save dialog:

Screen_Shot_2015-04-09_at_10.43.13_AM.png (643×1 px, 179 KB)

Event Timeline

Etonkovidova raised the priority of this task from to Medium.
Etonkovidova updated the task description. (Show Details)
Etonkovidova added a project: VisualEditor.
Etonkovidova subscribed.
Etonkovidova renamed this task from Firefox: the computed font size is too small for Transclusion text-area to [Regression-pre-wmf24]: Firefox: the computed font size is too small for 'Insert template' text-area boxes.Mar 30 2015, 6:26 PM
Etonkovidova set Security to None.

Change 200636 had a related patch set uploaded (by Bartosz Dziewoński):
Restore font family definitions

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

Change 200636 had a related patch set uploaded (by Jforrester):
Restore font family definitions to form elements

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

Change 200636 merged by jenkins-bot:
Restore font family definitions to form elements

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

Jdforrester-WMF renamed this task from [Regression-pre-wmf24]: Firefox: the computed font size is too small for 'Insert template' text-area boxes to [Regression wmf24]: Firefox: the computed font size is too small for 'Insert template' text-area boxes.Apr 7 2015, 4:23 PM
Jdforrester-WMF closed this task as Resolved.
Jdforrester-WMF assigned this task to matmarex.
Jdforrester-WMF edited a custom field.
matmarex renamed this task from [Regression wmf24]: Firefox: the computed font size is too small for 'Insert template' text-area boxes to Some form fields use monospace font ('Insert template' text-area boxes, 'Save' dialog edit summary).Apr 10 2015, 5:56 PM
matmarex updated the task description. (Show Details)
matmarex added a subscriber: Whatamidoing-WMF.