Summary: | [testcase] border-radius doesn't clip background-color for text <input>s | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Neil Skrypuch <kde> |
Component: | khtml forms | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aiacovitti, finex |
Priority: | NOR | ||
Version: | 4.7.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.1 | |
Sentry Crash Report: | |||
Attachments: |
Test case
Simplified testcase with only an input text |
Description
Neil Skrypuch
2009-08-23 04:48:18 UTC
Created attachment 36380 [details]
Test case
Mouse over or focus a form element to give it background-color.
Still an issue in 4.4.0. Still an issue in 4.6.0. Still an issue in 4.7.0. Created attachment 62808 [details]
Simplified testcase with only an input text
Git commit 5bd5c1f781c3ffc6dcd6352429d1e33f8295db10 by Andrea Iacovitti. Committed on 20/08/2011 at 21:39. Pushed by aiacovitti into branch 'KDE/4.7'. Painting the background of LineEdit widget with css borders (!hasFrame()==true) is already accomplished by khtml, so why redo in paintEvent? BUG: 204826 FIXED-IN: 4.7.1 M +1 -6 khtml/rendering/render_form.cpp http://commits.kde.org/kdelibs/5bd5c1f781c3ffc6dcd6352429d1e33f8295db10 Git commit dd030f60d7aad1ba0d9db1675a5845132ca0beb0 by Andrea Iacovitti. Committed on 20/08/2011 at 21:39. Pushed by aiacovitti into branch 'frameworks'. Painting the background of LineEdit widget with css borders (!hasFrame()==true) is already accomplished by khtml, so why redo in paintEvent? BUG: 204826 FIXED-IN: 4.7.1 (cherry picked from commit 5bd5c1f781c3ffc6dcd6352429d1e33f8295db10) M +1 -6 khtml/rendering/render_form.cpp http://commits.kde.org/kdelibs/dd030f60d7aad1ba0d9db1675a5845132ca0beb0 |