Port bug 1596724 - Update input[type="number"]
Categories
(Thunderbird :: General, task)
Tracking
(Not tracked)
People
(Reporter: darktrojan, Assigned: Paenglab)
Details
Attachments
(1 file, 1 obsolete file)
|
70.26 KB,
patch
|
Paenglab
:
review+
|
Details | Diff | Splinter Review |
Bug 1596724 changed the CSS relating to number inputs and their inner elements. As a result our inputs are oversized again, and calendar/test/browser/eventDialog/browser_eventDialogSize.js has broken on Linux. (It's probably just luck that it still passes on other platforms.)
We need to go through all of our number inputs and add the class input-number-mozbox to them.
Magnus, have you got someone with some spare time for this?
| Assignee | ||
Comment 1•6 years ago
|
||
I've added the class to every number box because it fixes also a small gap around the spin buttons, at least on Windows.
Is it okay that you review all? If you want a calendar peer, please add one.
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
Thanks, fixed the commit message.
| Assignee | ||
Updated•6 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/addad8f98bfc
Port bug 1596724: Update input[type="number"] to use class="input-number-mozbox". r=mkmelin
| Reporter | ||
Updated•6 years ago
|
| Reporter | ||
Updated•6 years ago
|
Description
•