cassidyjames / ephemeral

A private-by-default, always-incognito browser for elementary OS
https://cassidyjames.com
GNU General Public License v3.0
154 stars 22 forks source link

Numeric inputs are rendered huge #237

Closed wout closed 4 years ago

wout commented 4 years ago

Numeric inputs are huge and cause layout issues:

image

In other browsers they are fine:

image

Example page:

https://www.zwartopwit.be/shop/stickers-zelfklevend/folie-wit-permanent/rechte-hoeken/quality/mono-wit-perm-cmyk

cassidyjames commented 4 years ago

This appears to be a combination of issues in WebKitGTK (since it's using the GTK spin button) and the website (since it neither styles nor handles different sizes of number inputs). Since I can reproduce this in the latest GNOME Web (Epiphany) technology preview, it's not unique to Ephemeral, and I can't easily fix it.

image