Summary: | [css-flexbox] select element incorrectly allows itself to shrink to a main-size of 0, in a flex container | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> | ||||
Component: | CSS | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | REOPENED --- | ||||||
Severity: | Normal | CC: | bdakin, bfulgham, darin, gsnedders, koivisto, ntim, simon.fraser, svillar, tonikitoo, webkit-bug-importer, zalan | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
See Also: |
https://bugzilla.mozilla.org/show_bug.cgi?id=1591925 https://bugs.webkit.org/show_bug.cgi?id=210091 https://bugs.webkit.org/show_bug.cgi?id=177503 https://github.com/web-platform-tests/wpt/pull/27975 |
||||||
Attachments: |
|
Description
Carlos Alberto Lopez Perez
2020-04-06 20:43:35 PDT
There is a problem in the tests. Created attachment 442006 [details]
Patch
WPT also confirms they're working fine https://wpt.fyi/results/css/css-flexbox?label=master&label=experimental&product=chrome&product=edge&product=firefox&product=webkitgtk&aligned We show this as a failure in STP 146. Is this a Safari-only issue we are having? https://wpt.fyi/analyzer?screenshot=sha1%3A7c46f91fa7586a0036094866a706ac1f220f14eb&screenshot=sha1%3A2d1204d50c43764eeae10692c176aa39fdd7ccfa this being a few pixels makes me wonder if it's related to intrinsic margins on form elements? it's 1 pixel off vertically, which suggests it is something else, though the height of the select element seems right. Intrinsic margins were removed (https://github.com/WebKit/WebKit/pull/3205), and this isn't fixed. |