[Webkit-unassigned] [Bug 45228] window.scrollBy() scrolls incorrectly when zoomed in/out
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 5 13:27:51 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=45228
--- Comment #6 from Kenneth Rohde Christiansen <kenneth at webkit.org> 2011-12-05 13:27:51 PST ---
(From update of attachment 117906)
View in context: https://bugs.webkit.org/attachment.cgi?id=117906&action=review
> Source/WebCore/page/DOMWindow.cpp:-1441
> FrameView* view = m_frame->view();
> if (!view)
> return;
> -
> - view->scrollBy(IntSize(x, y));
but I dont see pageZoomFactor included in this old code here?
--
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