Bug 45548 - [test case] inline tags do not inherit properties
Summary: [test case] inline tags do not inherit properties
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml renderer (show other bugs)
Version: 3.0.6
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 42905 56814 57112 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-07-21 06:48 UTC by colesen
Modified: 2004-02-13 16:24 UTC (History)
4 users (show)

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 colesen 2002-07-21 06:41:09 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           khtml
Version:           3.0.6 (KDE 3.0.6 (using KDE 3.0.6 )
Severity:          normal
Installed from:    compiled sources
Compiler:          gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110)
OS:                Linux (i686) release 2.4.18-4
OS/Compiler notes: 

http://popularmechanics.com/technology/computers/index.phtml
The tooltip alike menu which shows when the cursor is hovered over the menu of red buttons in the left margin of the above page displays with transparent background which makes it hard to read. Windows explorer displays the background in pink.

(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 Luís Pedro Coelho 2003-10-19 02:29:30 UTC
Still true in HEAD (18 Oct '03)....
Comment 2 Stephan Kulow 2003-11-06 21:02:28 UTC
there is such a hell lot of javascript in there ;(
Comment 3 Luís Pedro Coelho 2003-11-08 01:58:31 UTC
Here is what I managed to cut it down to:

START>>>>>>

<html>
<head>
<title>Popular Mechanics</title>
<body>
 <p><span style='background-color: black;padding:3;color:#ffffff;'>Visible</span></p>
 <p><span style='background-color: black;padding:3;color:#ffffff;'><b>Invisible</b></span></p>
</html>


<<<<END

Nothing to do with ECMA, actually, therefore reassinging...

BTW, this doesn't work with yesterdays' HEAD, but I am compiling todays' HEAD bc I saw coolo did something to the background-* handling 

hth,
luis
Comment 4 Luís Pedro Coelho 2003-11-08 02:08:31 UTC
still broken :(
Comment 5 Stephan Kulow 2003-11-08 11:30:05 UTC
I fixed handling of background:

There are other bug reports about <b> and <strong> resetting style attributes.
E.g. if you rewrite your above test case like this, it becomes even more clear:

<span style="background-color: black; color: white;">Visible
<strong>Invisible</strong></span>
Comment 6 Stephan Kulow 2003-11-08 18:35:36 UTC
*** Bug 42905 has been marked as a duplicate of this bug. ***
Comment 7 Stephan Kulow 2003-11-08 18:36:24 UTC
#42905 got other test cases
Comment 8 Stephan Kulow 2004-01-21 15:12:01 UTC
*** Bug 57112 has been marked as a duplicate of this bug. ***
Comment 9 Stephan Kulow 2004-02-07 08:57:48 UTC
*** Bug 74399 has been marked as a duplicate of this bug. ***
Comment 10 Stephan Kulow 2004-02-07 08:58:13 UTC
*** Bug 56814 has been marked as a duplicate of this bug. ***
Comment 11 Jan Schaefer 2004-02-13 16:24:21 UTC
*** Bug has been marked as fixed ***.