WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
123869
Fix underflow when animating properties of type 'unsigned short'
https://bugs.webkit.org/show_bug.cgi?id=123869
Summary
Fix underflow when animating properties of type 'unsigned short'
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug