Bug 70352

Summary: bgColor="" is now ignored
Product: [Applications] konqueror Reporter: Robert =?Iso-8859-1?Q?Schr=F6ter?= <post>
Component: khtml ecmaAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Robert =?Iso-8859-1?Q?Schr=F6ter?= 2003-12-14 00:33:01 UTC
Version:            (using KDE KDE 3.1.94)
Installed from:    Compiled From Sources
Compiler:          gcc 2.95.3 
OS:          Linux

With Konqueror 3.1.4 the following code had the same results as 'bgColor="#FFFFFF"', now nothing happens any more at "onMouseOut". Is it a feature or a bug? Perhaps it's bad HTML but some people rely on this...

<html><body>
<table>
<td onMouseOver='this.bgColor="#AAAAAA"'
    onMouseOut='this.bgColor=""'>blabla</td>
</table>
</body></html>
Comment 1 Stephan Kulow 2004-01-05 18:12:51 UTC
I have no idea
Comment 2 Rob Buis 2004-02-18 19:27:43 UTC
Hi,

The fix is now in cvs.
Cheers,

Rob.