Bug 146738
Summary: | IMG width auto not updated on relayout | ||
---|---|---|---|
Product: | WebKit | Reporter: | morell <morell> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, hyatt, karlcow, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
morell
An image with height:100% and width:auto is not updated properly on relayout. When the height of the parent is changed, the height of the image is adjusted, but the width does not change.
See: http://jsbin.com/wevitageka/1/edit?html,output
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/21746250>
Ahmad Saleem
We don't have broken behavior screenshot but based on JSBin, I am getting same behavior across all browsers (Safari Technology Preview 189, Firefox Nightly 124 and Chrome Canary 125) in rendering.
So I think we can close this.