Summary: | Clear button in line edit fields on web pages not transparent | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Christoph Feck <cfeck> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aiacovitti, dilfridge, groszdanielpub, jeremy.william.murphy, jjm, kde |
Priority: | NOR | ||
Version: | 4.6.5 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 4.7.2 | |
Sentry Crash Report: | |||
Attachments: | Line edit (on bugs.kde.org webpage) with wrong clear button |
Description
Christoph Feck
2010-03-08 23:41:09 UTC
Created attachment 41460 [details]
Line edit (on bugs.kde.org webpage) with wrong clear button
Confirmed with kde-4.4.2 on Gentoo Linux http://bugs.gentoo.org/show_bug.cgi?id=309259 Confirmed with kde 4.4.4 *** Bug 230765 has been marked as a duplicate of this bug. *** Confirmed with kde 4.5.3 Confirmed with current trunk (4.6.41) Confirmed with kde-4.6.2 Has anyone noticed that the button is also non-functional? That is, clicking it has no effect. For comment #8, see also bug 246513. Git commit 07d20a558da67fb9f849e2b20c52cf275ea01794 by Andrea Iacovitti. Committed on 17/09/2011 at 10:12. Pushed by aiacovitti into branch 'KDE/4.7'. -Do not set WA_OpaquePaintEvent attribute for line edit clearButton (should fix the not transparent background bug) -Optimize a bit the code to enable/disable it BUG: 230024 CCBUG: 280226 FIXED-IN: 4.7.2 M +1 -0 kdeui/widgets/klineedit.cpp M +5 -2 khtml/khtmlview.cpp M +8 -7 khtml/rendering/render_form.cpp http://commits.kde.org/kdelibs/07d20a558da67fb9f849e2b20c52cf275ea01794 |