[Webkit-unassigned] [Bug 34415] [Qt] QWebPluginFactory based plugins are always painted on top, ignore z-index

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 30 03:29:28 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=34415





--- Comment #14 from thomas.senyk at nokia.com  2011-03-30 03:29:29 PST ---
The problem is NOT fixed.

I turned out that in the first version I've uploaded there was a syntax-error.

Older versions of webkit (e.g. qtwebkit2.0) were forgiving enough and were creating and painting the "onBottom" (the blue area).

Newer versions webkit (e.g. qtwebkit2.1) weren't forgiving enough 
=> they didn't create the "onBottom" => no blue.


I've uploaded a better version were:
1. the syntax-error is fixed
2. changed the second red to green
3. changed the sizes so no mater what you should always see all 3 colors.


The right order of those colors should be:
red -> blue -> green

But with trunk at 82417 (from git://gitorious.org/webkit/webkit.git) you got:
blue -> red -> green

and that's exactly this bug.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list