Bug 53425 - [Qt] Rendering issue with repeating CSS3 border-image using "repeat" mode
Summary: [Qt] Rendering issue with repeating CSS3 border-image using "repeat" mode
Status: RESOLVED DUPLICATE of bug 43476
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P3 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2011-01-31 08:29 PST by Sebastian Werner
Modified: 2011-02-01 02:25 PST (History)
1 user (show)

See Also:


Attachments
Contains the testcase and images of results from Chrome, Safari and QtWebkit (91.15 KB, application/zip)
2011-01-31 08:30 PST, Sebastian Werner
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Werner 2011-01-31 08:29:10 PST
There is a rendering issue with Qt Webkit when using CSS3 border images with repeat mode. This does not happen in Chrome, Adobe AIR and Safari. It seems that there is some issue in the repeating logic. When the area to repeat is just 1px it works without problems, but when it's larger there will a free area at the end which then still ends with the end piece of the border image. I just loaded the attached HTML into an app based on HTML preview (from the SDK examples).
Comment 1 Sebastian Werner 2011-01-31 08:30:08 PST
Created attachment 80644 [details]
Contains the testcase and images of results from Chrome, Safari and QtWebkit
Comment 2 Benjamin Poulain 2011-01-31 09:02:09 PST
I fixed something similar a few weeks ago. Have you tried with QtWebKit trunk?
Comment 3 Benjamin Poulain 2011-01-31 11:06:51 PST
I think this is fixed by 43476. I cannot reproduce on trunk. Could you test on your side?

*** This bug has been marked as a duplicate of bug 43476 ***
Comment 4 Sebastian Werner 2011-02-01 00:23:24 PST
Ok, have not tested it in trunk. Is there a trunk version of the whole SDK or how to test this?
Comment 5 Benjamin Poulain 2011-02-01 02:25:15 PST
(In reply to comment #4)
> Ok, have not tested it in trunk. Is there a trunk version of the whole SDK or how to test this?

Some infos on WebKit development are here: http://trac.webkit.org/wiki/QtWebKit
In particular, how to build on:
Linux: http://trac.webkit.org/wiki/BuildingQtOnLinux
Windows: http://trac.webkit.org/wiki/BuildingQtOnWindows
Mac: http://trac.webkit.org/wiki/BuildingQtOnOSX