Bug 123869
Summary: | Fix underflow when animating properties of type 'unsigned short' | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Animations | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ahmad.saleem792, dino, graouts, hyatt, simon.fraser, thorton |
Priority: | P2 | Keywords: | BlinkMergeCandidate |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
Consider merging https://chromium.googlesource.com/chromium/blink/+/c3f02c2024e41a25e4fb3f5b109118cf8aede7e4
This affects outline-width, -webkit-column-count and -webkit-column-rule-width.
Note that these were intended to be fixed by
https://chromiumcodereview.appspot.com/23287005, but that change only fixed
properties of type 'unsigned'.
Also templatize the simple blendFunc() functions.
Note that animation of -webkit-column-count is currently broken. See
crbug.com/303444.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
I took test case from Chrome bug - http://jsfiddle.net/hne77/6/ (rather than commit) and WebKit ToT (262886@main) now matches with Chrome Canary 114 and Firefox Nightly 114.
Test Case - http://jsfiddle.net/hne77/6/
________________________________
Same bug has this commit as well - https://src.chromium.org/viewvc/blink?view=revision&revision=156453
Antoine Quint
Does this mean that this bug could be considered fixed?