[Webkit-unassigned] [Bug 85484] [EFL] Tracking corner not being painted for TextArea

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 31 01:30:49 PDT 2012


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


Jussi Kukkonen <jussi.kukkonen at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jussi.kukkonen at intel.com




--- Comment #2 from Jussi Kukkonen <jussi.kukkonen at intel.com>  2012-05-31 01:30:49 PST ---
Results from a quick look: This happens because corner handle size comes from scrollbar thickness and the efl scrollbar says it has a thickness 0. It looks like the reason for this is efls special 'overlay scrollbar' implementation that just paints on top of the scrollable... I bet this is related to other scrollbar bugs as well: e.g. text gets selected when you drag the scrollbar (should probably write a test case for that).

I think there's a proper way to do overlay scrollbars (at least the concept exists in webcore), I'll take a look at that. Comments from efl scrollbar experts welcome as well.

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