(*** 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)
Still true in HEAD (18 Oct '03)....
there is such a hell lot of javascript in there ;(
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
still broken :(
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>
*** Bug 42905 has been marked as a duplicate of this bug. ***
#42905 got other test cases
*** Bug 57112 has been marked as a duplicate of this bug. ***
*** Bug 74399 has been marked as a duplicate of this bug. ***
*** Bug 56814 has been marked as a duplicate of this bug. ***
*** Bug has been marked as fixed ***.