Bug 123852
Summary: | [Grid Layout] Fix painting a grid item overflowing its grid area | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bdakin, dino, hyatt, jonlee, simon.fraser |
Priority: | P2 | Keywords: | BlinkMergeCandidate |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
Consider merging https://chromium.googlesource.com/chromium/blink/+/7c627e993aa66b0fed66b1d6d389f98971939273
https://chromiumcodereview.appspot.com/22642010 wasn't totally
correct and we ended up not properly painting a grid item when
it overflowed its grid area. This is a quick fix that disable
the optimization in this case and includes some testing if we
decide to be smarter about it.
http://crbug.com/248151
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |