| Summary: |
color palette of combobox's popup list issues |
| Product: |
[Applications] konqueror
|
Reporter: |
Andrea Iacovitti <aiacovitti> |
| Component: |
khtml forms | Assignee: |
Konqueror Bugs <konqueror-bugs-null> |
| Status: |
RESOLVED
FIXED
|
|
|
| Severity: |
normal
|
|
|
| Priority: |
NOR
|
|
|
| Version First Reported In: |
4.8.3 | |
|
| Target Milestone: |
--- | |
|
| Platform: |
unspecified | |
|
| OS: |
Linux | |
|
|
Latest Commit:
|
http://commits.kde.org/kdelibs/9169e3286911f102dda285408ce003337967744b
|
Version Fixed/Implemented In:
|
4.8.4
|
|
Sentry Crash Report:
|
|
| |
| Attachments: |
testcase
|
Created attachment 71000 [details] testcase There are some issues on how the combobox's popup list is renderered due to the applied color palette. Please load the testcase. The second <SELECT> element specifies a transparent background, the list popup will also be rendered with transparent bg and this cause the option element on the list to be unreadable because they overlap with the underlying page content. This similar issue has already been resolved in case of combo styled with image brackground (see #170398). The fourth combo is styled with yellow background. The background of its list popup is yellow but also the scrollbars will be painted with yellow color, unlike other browsers engine that renders the scrollbars with default system colors.