Bug 169820 - khtml renders certain jpegs with artifacts in them
Summary: khtml renders certain jpegs with artifacts in them
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-25 23:09 UTC by Unai Garro
Modified: 2008-08-30 22:43 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
jpeg image sample used by the html testcase (24.76 KB, image/jpeg)
2008-08-25 23:15 UTC, Unai Garro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Unai Garro 2008-08-25 23:09:53 UTC
Version:            (using Devel)
Compiler:          gcc 4.2.3  gcc (GCC) 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
OS:                Linux
Installed from:    Compiled sources

Khtml renders some jpeg pictures in web pages with artifacts in them.

I attach a sample html page and jpeg here as testcase:

====================
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
        <head>
        </head>
        <body>
                <p>
                        <img src="gray.jpg"/>
                </p>
        </body>
</html>
Comment 1 Unai Garro 2008-08-25 23:15:27 UTC
Created attachment 27048 [details]
jpeg image sample used by the html testcase

attached the file missing for the testcase. Somebody should fix b.k.o. to allow adding attachments during the report...
Comment 2 Unai Garro 2008-08-25 23:25:07 UTC
Just to make it clear, if you display the image in the gwenview kpart, it's rendered correctly. Just a red box, and a gray border. But if you display the html page, it renders an extra white line in the top part, inside the gray border.
Comment 3 Maksim Orlovich 2008-08-30 22:43:25 UTC
Fixed by:
http://lists.kde.org/?l=kde-commits&m=122012882301346&w=2

Only took me slightly under 3 years :(