[Webkit-unassigned] [Bug 67109] [EFL] Queued scroll feature

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 12 16:59:37 PST 2012


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





--- Comment #27 from KwangHyuk <hyuki.kim at samsung.com>  2012-02-12 16:59:37 PST ---
(In reply to comment #26)
> > > Source/WebKit/efl/ewk/ewk_frame.cpp:780
> > > +        const int bottomBound = frameHeight - scrollY - visibleHeight;
> > 
> > What if both rightBound and bottomBound have minus result ?
> 
> Is it possible?  
> If page is maximally down scrolled then frameHeight = scrollY + visibleHeight => bottomBound = 0. The same with rightBound when page is maximally scrolled to the right.

It can be smaller then visible rect's height if frameHeight means contents's height because content size can be smaller than visible rect after the zoom or small size of contents can be created.

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