[Webkit-unassigned] [Bug 47893] New: [Qt][S60] gif image is rendered with white background.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 19 02:24:13 PDT 2010


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

           Summary: [Qt][S60] gif image is rendered with white background.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Hardware
        OS/Version: S60 3rd edition
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P1
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rashmi.s at nokia.com


Created an attachment (id=71145)
 --> (https://bugs.webkit.org/attachment.cgi?id=71145&action=review)
html and img files attached

Qt: 4.7
QtWebkit: 2.1
OS: Symbian^3

Steps to reproduce the error -
1. Copy the contents of the attached zip file into c:\data
2. Open the attached spinner.html through QtTestBrowser.

Expected Result -
After step 2, the "gspinner.gif" and "spinnergreen.png" images should be shown without the white background.

Actual Result -
After step 2, the "gspinner.gif" and "spinnergreen.png" images are rendered with the white background.

Additional Info -
This bug is not reproducible on Mozilla Firefox.
Also attached is the screenshot of the working Firefox usecase and the non-working QtTestBrowser usecase.

Reproducible with below minimal HTML code.
------------------
<html>
<body bgcolor=#ff0000>
<p>A gspinner image</p>
<img src="c:/data/cloading.gspinner.gif" alt="spinner image" width="33" height="32" />
<p>A csplash spinnergreen png image</p>
<img src="c:/data/csplash.spinnergreen.png" alt="spinner image" width="33" height="32" />
</body>
</html>

-- 
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