Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136842 - Konqueror 3.5.2 problem displaying images via CSS
Summary: Konqueror 3.5.2 problem displaying images via CSS
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL: https://bugs.kde.org/show_bug.cgi?id=...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-14 19:45 UTC by M. LaPlante
Modified: 2006-06-15 09:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Testcase for issue. (testcase.tar.bz2,5.71 KB, application/octet-stream)
2006-06-14 19:45 UTC, M. LaPlante
Details

Note You need to log in before you can comment on or make changes to this bug.
Description M. LaPlante 2006-06-14 19:45:12 UTC
I'm using the latest stable KDE including Konqueror 3.5.2.  Visiting thinkwiki.org, I noticed that the search buttons (on the left) were completely blank, which did not seem to occur in any other browser (FF, Opera).  The CSS that displays the search buttons as images is as follows:

#searchGoButton {
    background: #ffffff url("go.png") 1px 1px no-repeat;
    color:#ffffff;
    font-size:0px;
    border: 0px;
    width:25px;
    height:25px;
}
input.searchButton {
    margin-top:2px;
    background: #ffffff url("search.png") 1px 1px no-repeat;
    color:#ffffff;
    font-size:0px;
    border: 0px;
    width:  65px;
    height: 25px;

These images exist, but for some reason do not display.  I saved the original HTML and trimmed it down to focus on the problem area (the buttons).
Comment 1 M. LaPlante 2006-06-14 19:45:45 UTC
Created attachment 89225 [details]
Testcase for issue.
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2006-06-15 03:54:52 UTC
Probably should open a bug at bugs.kde.org and give them the testcase so they can get it fixed.
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2006-06-15 06:45:26 UTC
Can reproduce this problem with KDE 3.5.3. But, as Caleb said, this is something the khtml developers need to fix. Please file a bugs at https://bugs.kde.org and crossreference it here. Thanks.
Comment 4 M. LaPlante 2006-06-15 08:56:04 UTC
Thanks guys, KDE bug is here: https://bugs.kde.org/show_bug.cgi?id=129208