Bug 66271 - [EFL] Broken rendering occured when resized in ewk_view_single.
Summary: [EFL] Broken rendering occured when resized in 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: 2011-08-15 19:27 PDT by Ryuan Choi
Modified: 2011-08-18 18:20 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.46 KB, patch)
2011-08-15 19:31 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 2011-08-15 19:27:03 PDT
With single backingstore mode,
rendering was broken after scrolled and resized.
Comment 1 Ryuan Choi 2011-08-15 19:31:42 PDT
Created attachment 103994 [details]
Patch
Comment 2 Leandro Pereira 2011-08-16 09:52:48 PDT
Comment on attachment 103994 [details]
Patch

Informal r+.
Comment 3 Tony Chang 2011-08-18 16:52:37 PDT
Comment on attachment 103994 [details]
Patch

BTW, WebKit style tries to avoid single letter variables.
Comment 4 WebKit Review Bot 2011-08-18 18:04:25 PDT
Comment on attachment 103994 [details]
Patch

Clearing flags on attachment: 103994

Committed r93379: <http://trac.webkit.org/changeset/93379>
Comment 5 WebKit Review Bot 2011-08-18 18:04:30 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Gyuyoung Kim 2011-08-18 18:20:07 PDT
(In reply to comment #3)
> (From update of attachment 103994 [details])
> BTW, WebKit style tries to avoid single letter variables.

single letter is efl coding style. Frankly, though I don't like this style, port implementation tends to be in the style of the embedding system.