Bug 123869

Summary: Fix underflow when animating properties of type 'unsigned short'
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: AnimationsAssignee: 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
Reported 2013-11-05 22:10:40 PST
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
Ahmad Saleem
Comment 1 2023-04-12 15:34:40 PDT
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
Comment 2 2023-04-13 00:12:14 PDT
Does this mean that this bug could be considered fixed?
Note You need to log in before you can comment on or make changes to this bug.