Bug 217893

Summary: [Gtk] input elements ignore size property
Product: WebKit Reporter: jona.a99
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: cdumez, wenson_hsieh
Priority: P2    
Version: Other   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
size attribute of input gets ignored in test.html none

Description jona.a99 2020-10-18 08:22:05 PDT
Created attachment 411705 [details]
size attribute of input gets ignored in test.html

This bug primarily concerns webkit2gtk. I don't know if this also applies to webkit itself.
However, if you render an input element with the size property set (or with the default value), it does not get rendered with any size at all, just as a little blob. I tested this with eoli, epheremal, surf and vimb, which are all based on webkit2gtk. In other browsers like firefox, chrome or qutebrowser, this works.
You can test this with the html file in the attachement.
Comment 1 Alexey Proskuryakov 2020-10-19 15:06:00 PDT
This looks fine in Safari 14, so probably Gtk specific indeed.