2012/11/29 Gustavo Sverzut Barbieri <[email protected]> > On Thu, Nov 29, 2012 at 12:01 PM, Gustavo Lima Chaves > <[email protected]> wrote: > > * ryuan Choi <[email protected]> [2012-11-29 15:30:30 +0900]: > > > >> Hello, > >> > >> I am trying to refactor elm_web to use elm_scroller_interface instead of > >> own pan logic. > >> > >> First, I added basic elm_scroller_interface and custom elm_pan. > >> Now, panning (default profile) and scrolling (standard profile) looks > fine > >> like attached image. > >> > >> Although it still have many known issues such as scrollbar size, > duplicated > >> scrollbars with ewk and scrolling subframes(and overflowed <div> > layers), > >> I hope to get any feedbacks to land it. > >> (I think that it is difficult to review big patch and it is already > bigger > >> than 1K line.) > >> > >> Please take a look at attached patch. > >> Thanks. > >> > >> Best Regards, > >> Ryuan Choi > > > > Hi, Ryuan. After looking quickly to the diff, it seems like you're > > going to the right direction. What happens to the scrollbar size (I > > didn't run it :/)? Don't we have a way to tell webkit to hide its > > webview scrollbars? > > Thank you for the quick feedback.
After contents size is changed, scrollbar size should be updated. But, it looks not changed. I need to dig it more. it's in the theme we ship with elementary. Just remove them or make > them transparent. > > Does it mean scrollbar in elementary side? Yes, it looks good option. thank you I just thought disabling main frame scrollbar of webkit side. > > As for subframes, I have no idea how to handle > > their scrolling decoration, now :/ > > that will be the major pita, as you need the inner frames to react > first, just when they do not scroll you can scroll the outer frame, to > the point there is no outer frame and then you do in Elementary... > > Right, we need a way to scroll nested frame like you mentioned. But, I am not sure whether scrolling all of nested frames is good for user experience. I think that frameflattening option can be usefull until we implement logic for scrolling nested frames. Anyway, do you want to solve addressed issues before landing the patch? PS. ya-kov detects my mistake, so I updated patch. Thank you. > -- > Gustavo Sverzut Barbieri > http://profusion.mobi embedded systems > -------------------------------------- > MSN: [email protected] > Skype: gsbarbieri > Mobile: +55 (19) 9225-2202 > > > ------------------------------------------------------------------------------ > Keep yourself connected to Go Parallel: > VERIFY Test and improve your parallel project with help from experts > and peers. http://goparallel.sourceforge.net > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel >
elm_web_with_scroller.patch
Description: Binary data
------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: VERIFY Test and improve your parallel project with help from experts and peers. http://goparallel.sourceforge.net
_______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
