Summary: | khtml rendering of combobox with padding is not fully correct | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Andrea Iacovitti <aiacovitti> |
Component: | khtml forms | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.8.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdelibs/fcc12b02f685ed860f6187571b6e14fd3b61285a | Version Fixed In: | 4.8.4 |
Sentry Crash Report: | |||
Attachments: | testcase |
Git commit fcc12b02f685ed860f6187571b6e14fd3b61285a by Andrea Iacovitti. Committed on 07/05/2012 at 19:40. Pushed by aiacovitti into branch 'KDE/4.8'. Adjust combobox label position according to padding values. FIXED-IN: 4.8.4 M +14 -3 khtml/rendering/render_form.cpp http://commits.kde.org/kdelibs/fcc12b02f685ed860f6187571b6e14fd3b61285a |
Created attachment 70813 [details] testcase Actually, in quirks mode, rendering of combobox takes into account css padding. While the size of combobox is correctly set according to specified padding , the label is not aligned to the baseline. Attached a testcase.