Bug 56814 - bold tag removes background-color CSS attribute inside inline tags
Summary: bold tag removes background-color CSS attribute inside inline tags
Status: RESOLVED DUPLICATE of bug 45548
Alias: None
Product: konqueror
Classification: Applications
Component: khtml renderer (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 72538 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-04-03 22:32 UTC by Jason Keirstead
Modified: 2004-02-07 08:58 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
test case (397 bytes, text/html)
2004-01-17 18:52 UTC, Stephan Kulow
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Keirstead 2003-04-03 22:32:43 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

CVS HEAD as of April 1st 2002. Having a bold tag inside an inline tag seems to cancel out the background-color attribute for that tag.

Simple test case:

<span style="background-color:red;"> text <b>bold text</b> other text</span>

The "bold text" does not have the background color.

It only seems to affect inline tags, since <div> etc are unaffected, but <i>, <span> etc are.
Comment 1 Jason Keirstead 2003-04-03 22:33:11 UTC
Er, April 1, 2003!!! 
Comment 2 Stephan Kulow 2003-11-02 12:23:16 UTC
that's been the case in 3.1 too - so no regression. Phew :)
Comment 4 Stephan Kulow 2004-01-17 18:51:10 UTC
*** Bug 72538 has been marked as a duplicate of this bug. ***
Comment 5 Stephan Kulow 2004-01-17 18:52:02 UTC
Created attachment 4214 [details]
test case

from the other bug report
Comment 6 Stephan Kulow 2004-02-07 08:58:06 UTC

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