Opened 7 years ago
Closed 7 years ago
#48876 closed defect (bug) (fixed)
Twenty Twenty: High input fields are misaligned in Firefox
| Reported by: | aljullu | Owned by: | ianbelanger |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.3.1 |
| Component: | Bundled Theme | Version: | 5.3 |
| Severity: | normal | Keywords: | has-screenshots good-first-bug has-patch commit fixed-major |
| Cc: | Focuses: | css |
Description
Steps to reproduce:
- Create a post and add a Custom HTML block.
- Add this code:
<input type="text" style="height: 120px;" placeholder="Test" />
- Preview it and notice the placeholder appears too high in Firefox.
That's caused by these lines in the theme CSS:
https://github.com/WordPress/twentytwenty/blob/master/style.css#L769-L779
Attachments (2)
Change History (10)
#2
@
7 years ago
- Keywords needs-patch good-first-bug added
- Milestone Awaiting Review → Future Release
I can confirm this issue, although it only occurs when you add the inline style height: 120px;. Marking as good-first-bug
@
7 years ago
Added browsers supporting line-height revert to reset a property to the value established by the user-agent stylesheet
#4
@
7 years ago
- Keywords commit added; needs-testing removed
- Milestone Future Release → 5.3.1
- Owner set to
- Status new → assigned
I can confirm that 48876.patch does fix the issue with no unforeseen negative affects. Marking for commit
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Left: Firefox / Right: Chrome