Bug 217893 - [Gtk] input elements ignore size property
Summary: [Gtk] input elements ignore size property
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-18 08:22 PDT by jona.a99
Modified: 2020-10-19 15:06 PDT (History)
2 users (show)

See Also:


Attachments
size attribute of input gets ignored in test.html (173 bytes, text/html)
2020-10-18 08:22 PDT, jona.a99
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.