| Summary: | Percentage units not supported in border radius | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Andrea Iacovitti <aiacovitti> |
| Component: | khtml | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdelibs/44a7dcf01dff8c055cb1f218574ece1500fb7e4f | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | testcase | ||
Git commit 44a7dcf01dff8c055cb1f218574ece1500fb7e4f by Andrea Iacovitti. Committed on 06/07/2016 at 10:18. Pushed by aiacovitti into branch 'KDE/4.14'. Support percentage unit specification in border radius. Fixed background's clip path calculation (handle content-box). Used QPoint(h,v) in the render to store horizontal/vertical radius. M +4 -4 khtml/css/css_renderstyledeclarationimpl.cpp M +4 -4 khtml/css/cssparser.cpp M +9 -15 khtml/css/cssstyleselector.cpp M +56 -47 khtml/rendering/render_box.cpp M +2 -1 khtml/rendering/render_box.h M +102 -101 khtml/rendering/render_object.cpp M +2 -2 khtml/rendering/render_object.h M +9 -0 khtml/rendering/render_style.cpp M +5 -5 khtml/rendering/render_style.h http://commits.kde.org/kdelibs/44a7dcf01dff8c055cb1f218574ece1500fb7e4f |
Created attachment 99885 [details] testcase As per summery. See attached testcase.