Bug 149709

Summary: background-color:transparent messes up the display
Product: [Applications] konqueror Reporter: eekaikko
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal CC: james, kdebugs
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description eekaikko 2007-09-09 19:25:35 UTC
Version:           3.93 (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

I have a test case in http://iki.fi/eelik/bibletimehtml.html. It is output from our BibleTime program (http://www.bibletime.info).

3.93 KHTML renderer messes up the background because of this css code:
* {
        /* To work around a KDE 3.2 bug / problem */
        background-color:transparent;
}

(The comment is from our template code, I do not know what the original 3.2 problem was.)

You can see the problem when you for example resize the window or select some text. The background is not redrawn at all but old pixels remain there.

The stable (3.5.6) KHTML works fine.
Comment 1 Linus Östberg 2008-04-19 17:49:31 UTC
I fail to see the problem with Konqueror 4 (trunk, r798696). Background seems to be repainted correctly during/after resize and selection of text.
Comment 2 eekaikko 2008-04-20 08:48:04 UTC
I can confirm this is not a problem anymore with 4.0.3
Comment 3 James Spahlinger 2008-04-25 08:53:06 UTC
Closing - Thanks for reporting this.