Summary: | [css-flexbox] Ignore item's main min/max sizes when computing the flex base size | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Sergio Villar Senin <svillar> | ||||||
Component: | New Bugs | Assignee: | Sergio Villar Senin <svillar> | ||||||
Status: | RESOLVED DUPLICATE | ||||||||
Severity: | Normal | CC: | changseok, darin, esprehn+autocc, ews-watchlist, fred.wang, glenn, kondapallykalyan, pdr, sam, webkit-bug-importer, zalan, zdobersek | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Sergio Villar Senin
2021-06-04 02:27:42 PDT
Created attachment 430563 [details]
Patch
Created attachment 430564 [details]
Patch
Gentle ping for reviewers Comment on attachment 430564 [details]
Patch
This is very unfortunate, but I don't see any easy way to do it given the current architecture. In LFC this would be super simple in a non-hackish way.
(In reply to zalan from comment #5) > Comment on attachment 430564 [details] > Patch > > This is very unfortunate, but I don't see any easy way to do it given the > current architecture. In LFC this would be super simple in a non-hackish way. Right, I have exactly the same feeling. I am not happy at all with having to do it but I don't see it how to do it without having to replicate all the min/max code. Somehow I messed it up and reported the same issue twice *** This bug has been marked as a duplicate of bug 225590 *** |