Bug 114135

Summary: [EFL] rendering was broken when scrolled ewk_view_single
Product: WebKit Reporter: Ryuan Choi <ryuan.choi>
Component: WebKit EFLAssignee: Ryuan Choi <ryuan.choi>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, lucas.de.marchi, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Ryuan Choi
Reported 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.
Attachments
Patch (2.27 KB, patch)
2013-04-07 19:28 PDT, Ryuan Choi
no flags
Ryuan Choi
Comment 1 2013-04-07 19:28:42 PDT
Gyuyoung Kim
Comment 2 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.
Ryuan Choi
Comment 3 2013-04-08 00:23:57 PDT
Ryuan Choi
Comment 4 2013-04-08 00:24:15 PDT
Comment on attachment 196819 [details] Patch thank you
Note You need to log in before you can comment on or make changes to this bug.