[Webkit-unassigned] [Bug 55021] [EFL] Scroll doesn't work on tiled backing store

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 22:46:53 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=55021





--- Comment #24 from Eunsol Park <eunsol47.park at samsung.com>  2011-04-20 22:46:51 PST ---
(In reply to comment #23)
> (In reply to comment #22)
> > (In reply to comment #21)
> > > (In reply to comment #20)
> > > > (From update of attachment 90284 [details] [details] [details] [details])
> > > > Would not it be clearer if from FrameLoaderClientEFL::transitionToCommittedForNewPage (when frame view is created) you do:
> > > > 
> > > > ...
> > > > m_frame->createView(blablabla);
> > > > ...
> > > > m_frame->view()->setPaintsEntireContents(false);
> > > > }
> > > 
> > > But we need paintEntireContents set to True in order to make our tiled backing store work.
> > 
> > so it needs to be true, but you still need it to clip painting to the viewport? I did not understood the problem, I think ... :(
> 
> hmm... sorry, maybe I wasn't clear. But we need it to be true because we *don't want* to clip painting to the viewport. We need to be able to paint things outside of the viewport too.

Dear,Antonio Gomes

1st patch I uploaded was modified like your opinion, 
because ewk_frame_paint_full_set() calls setPaintsEntireContents().
I removed ewk_frame_paint_full_set() in 1st patch.

But 1st one had error to paint out of the viewport, so I modified to 2nd patch.
I checked it solved in 2nd patch.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list