Bug 70352 - bgColor="" is now ignored
Summary: bgColor="" is now ignored
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml ecma (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-14 00:33 UTC by Robert =?Iso-8859-1?Q?Schr=F6ter?=
Modified: 2004-02-18 19:27 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.