Bug 114135 - [EFL] rendering was broken when scrolled ewk_view_single
Summary: [EFL] rendering was broken when scrolled ewk_view_single
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryuan Choi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-07 19:23 PDT by Ryuan Choi
Modified: 2013-04-08 00:24 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.27 KB, patch)
2013-04-07 19:28 PDT, Ryuan Choi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryuan Choi 2013-04-07 19:23:17 PDT
When scrolled contents, ewk_view_single copied buffer on ewk_view_single using memcpy.
But memcpy shouldn't be used when source buffer and destination buffer was overwrapped.

Patch will be added.
Comment 1 Ryuan Choi 2013-04-07 19:28:42 PDT
Created attachment 196819 [details]
Patch
Comment 2 Gyuyoung Kim 2013-04-07 21:33:40 PDT
Comment on attachment 196819 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=196819&action=review

rs=me

> Source/WebKit/efl/ChangeLog:3
> +        [EFL][WK] rendering was broken when scrolled ewk_view_single

It looks [WK] prefix is meaningless. [WK1] or remove it.
Comment 3 Ryuan Choi 2013-04-08 00:23:57 PDT
Committed r147897: <http://trac.webkit.org/changeset/147897>
Comment 4 Ryuan Choi 2013-04-08 00:24:15 PDT
Comment on attachment 196819 [details]
Patch

thank you