Bug 118817

Summary: KHTML input button doesn't paint background image
Product: [Applications] konqueror Reporter: Helge Deller <deller>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 3.5   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Small testcase

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 ***