[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 10:19:20 PDT 2011


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





--- Comment #23 from Rafael Antognolli <antognolli at profusion.mobi>  2011-04-20 10:19:18 PST ---
(In reply to comment #22)
> (In reply to comment #21)
> > (In reply to comment #20)
> > > (From update of attachment 90284 [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.

-- 
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