[Webkit-unassigned] [Bug 67109] [EFL] Queued scroll feature
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 10 02:49:27 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=67109
--- Comment #26 from Kamil Blank <k.blank at samsung.com> 2012-02-10 02:49:26 PST ---
> > 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.
--
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