On Thu, Nov 29, 2012 at 12:01 PM, Gustavo Lima Chaves
<gl...@profusion.mobi> wrote:
> * ryuan Choi <ryuan.c...@gmail.com> [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?

it's in the theme we ship with elementary. Just remove them or make
them transparent.

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


--
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to