RESOLVED FIXED 117771
[CSS Blending] Updating background-blend-mode from script does not trigger a redraw
https://bugs.webkit.org/show_bug.cgi?id=117771
Summary [CSS Blending] Updating background-blend-mode from script does not trigger a ...
Ryosuke Niwa
Reported 2013-06-18 19:59:39 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/cf358a890433593c49fdc7ddc7b9fcc99880d19f [CSS Blending] Updating background-blend-mode from script does not trigger a redraw When the background-blend-mode property is set from CSS, and you update it from script, the element is not redrawn. The problem was caused by the equal operated in FillLayer which incorrectly checked whether the blend mode is set, instead of the actual blend mode.
Attachments
Mihai Tica
Comment 1 2013-06-19 00:00:52 PDT
(In reply to comment #0) > Consider merging https://chromium.googlesource.com/chromium/blink/+/cf358a890433593c49fdc7ddc7b9fcc99880d19f > > [CSS Blending] Updating background-blend-mode from script does not trigger a redraw > When the background-blend-mode property is set from CSS, and you update it from script, > the element is not redrawn. > > The problem was caused by the equal operated in FillLayer which incorrectly checked > whether the blend mode is set, instead of the actual blend mode. This fix was initially submitted to WebKit with https://bugs.webkit.org/show_bug.cgi?id=117223. I think we can close this issue :)
Note You need to log in before you can comment on or make changes to this bug.