Bug 118817 - KHTML input button doesn't paint background image
Summary: KHTML input button doesn't paint background image
Status: RESOLVED DUPLICATE of bug 95690
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 3.5
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-21 22:45 UTC by Helge Deller
Modified: 2005-12-22 09:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Small testcase (535 bytes, application/x-tgz)
2005-12-21 22:46 UTC, Helge Deller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Helge Deller 2005-12-21 22:45:06 UTC
Version:           3.5 (using KDE 3.5.0, compiled sources)
Compiler:          Target: i586-suse-linux
OS:                Linux (i686) release 2.6.13-15.7-default

KHTML doesn't renders the "background-image: url(red.png)" button input style tag.
Attached is a small testcase (button.html and red.png file).
Comment 1 Helge Deller 2005-12-21 22:46:12 UTC
Created attachment 14012 [details]
Small testcase
Comment 2 Helge Deller 2005-12-21 22:49:21 UTC
important html code is:

<input name="EPG" type="button" style="width: 100px;height: 22px;background-image: url(red.png); background-repeat: repeat-x; color: #FFFFFF; ">

Firefox renders it correctly.
Comment 3 Tommi Tervo 2005-12-22 09:32:16 UTC

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