Page MenuHomePhabricator

Wikit-dropdown's height is incorrectly rendered in Firefox on Linux or Windows
Closed, DeclinedPublicBUG REPORT

Assigned To
Authored By
Sarai-WMDE
Dec 7 2020, 10:16 AM
Referenced Files
F34006587: Screenshot from 2021-01-18 15-25-00.png
Jan 18 2021, 2:25 PM
F34006573: Screenshot from 2021-01-18 15-18-14.png
Jan 18 2021, 2:25 PM
F34006585: Screenshot from 2021-01-18 15-18-57.png
Jan 18 2021, 2:25 PM
F34006581: Screenshot from 2021-01-18 15-21-56.png
Jan 18 2021, 2:25 PM
F34006460: Screenshot from 2021-01-18 11-28-56.png
Jan 18 2021, 10:30 AM
F34006464: Screenshot from 2021-01-18 11-30-11.png
Jan 18 2021, 10:30 AM
F33938531: Image Pasted at 2020-12-4 18-35.png
Dec 7 2020, 10:16 AM

Description

Image Pasted at 2020-12-4 18-35.png (99×633 px, 8 KB)

Steps to Reproduce:

Actual Results:

  • The Wikit-dropdown component's height is rendered smaller than it should and doesn't match the height of the surrounding input components.

Expected Results:

  • All components should be rendered with the same height in all browsers

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Tried to reproduce on Firefox in Linux, and I get the opposite of the problem described. The height seems to be 1px larger.

Firefox X Linux

Screenshot from 2021-01-18 11-28-56.png (88×1 px, 8 KB)

Chrome X Linux

Screenshot from 2021-01-18 11-30-11.png (81×1 px, 7 KB)

Comparing between Basic Input and Basic Dropdown heights in Firefox and Chrome on Linux yields that the element heights are not differing at all:

Input → Basic on Firefox X Ubuntu

Screenshot from 2021-01-18 15-18-14.png (226×333 px, 10 KB)

Dropdown ⇾ Basic on Firefox X Ubuntu

Screenshot from 2021-01-18 15-18-57.png (230×447 px, 12 KB)

Input → Basic on Chrome X Ubuntu

Screenshot from 2021-01-18 15-21-56.png (218×544 px, 13 KB)

Dropdown ⇾ Basic on Chrome X Ubuntu

Screenshot from 2021-01-18 15-25-00.png (210×576 px, 13 KB)

Could not reproduce