Bug 129208 - Konqueror 3.5 does not display images on widgets via CSS
Summary: Konqueror 3.5 does not display images on widgets via CSS
Status: RESOLVED DUPLICATE of bug 95690
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-15 17:53 UTC by M. LaPlante
Modified: 2007-01-06 17:08 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
issue testcase (5.71 KB, application/x-bzip)
2006-06-15 17:53 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-15 17:53:04 UTC
Version:            (using KDE KDE 3.5.3)
Installed from:    Gentoo Packages
Compiler:          GCC 3.4.6 
OS:                Linux

I'm using the latest stable KDE on Gentoo 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).

I originally submitted this to the Gentoo KDE team who said they could reproduce on 3.5.3, and that I should submit here for a fix. (https://bugs.gentoo.org/show_bug.cgi?id=136842)
Comment 1 M. LaPlante 2006-06-15 17:53:55 UTC
Created attachment 16623 [details]
issue testcase
Comment 2 Thiago Macieira 2006-06-25 12:18:07 UTC
Please set the MIME type on your attachment so that we know what program to use to open it.
Comment 3 M. LaPlante 2006-06-25 18:33:41 UTC
Sorry, it's a .tar.bz2 - I have no idea what happened to the file extension I uploaded with.
Comment 4 Thiago Macieira 2006-06-25 23:24:22 UTC
Extensions are not recorded. You need to set the MIME type when uploading.

Do we support images as backgrounds of buttons?
Comment 5 Maksim Orlovich 2006-06-25 23:41:51 UTC
No, we don't support most of CSS on widgets. Of course, that's perfectly consistent with the CSS2.1 spec...
Comment 6 M. LaPlante 2006-06-29 21:28:20 UTC
Can this be marked as confirmed at least?
Comment 7 illogic-al 2007-01-06 17:08:09 UTC

*** This bug has been marked as a duplicate of 95690 ***