https://bugs.kde.org/show_bug.cgi?id=363677
Andrea Iacovitti <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/kdel | |ibs/dee3cce6f343c298fc23a1f | |dd77b880aacf3c354 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Andrea Iacovitti <[email protected]> --- Git commit dee3cce6f343c298fc23a1fdd77b880aacf3c354 by Andrea Iacovitti. Committed on 29/05/2016 at 21:25. Pushed by aiacovitti into branch 'KDE/4.14'. Fix applying Initial and Inherit for background-size property. Need to set both type and lengths of bg-size, currently only lengths was set using setBackgroundSize() (see HANDLE_BACKGROUND_VALUE macro). Remove separate handling of type and lengths as they are interdependent and use setBackgroundSize() to set both, making this code less error-prone and avoiding dealing with the macro. M +8 -8 khtml/css/css_renderstyledeclarationimpl.cpp M +4 -8 khtml/css/cssstyleselector.cpp M +2 -2 khtml/rendering/render_box.cpp M +2 -5 khtml/rendering/render_style.cpp M +17 -9 khtml/rendering/render_style.h http://commits.kde.org/kdelibs/dee3cce6f343c298fc23a1fdd77b880aacf3c354 -- You are receiving this mail because: You are watching all bug changes.
