Lines Matching full:scrolling
1167 while pan-scrolling does not cause scrolling from around 10 pixels to
1907 Scrolling in Windows Cairo Broken if no background color set.
4079 scrolling to a new location on the page will still result in jumping to the new location.
5722 So from the point of view of the GtkScrolledWindow scrolling
7236 direction of scrolling.
8787 The Qt port has code that disables scrolling optimizations
9814 account any scrolling in the current window. This mirrors
11411 Unify scrolling code via adjustments and keys. Use the WebCore
12563 even when the history navigation would just result in scrolling the
12627 Mouse wheel scrolling and keyboard shortcut support for wx.
16978 scrolling iframe
17568 Make windowed plugins (on X11, Qt) behave nicer with wheel scrolling.
17773 frame during scrolling.
21260 Fix for https://bugs.webkit.org/show_bug.cgi?id=25125. Rework scrolling so that a layout happens first when
21317 be invalid because of scrolling that the focus handler did. Cache the document point (that we derived from the window
29220 through, but it was running too late since the scrolling code was moved into the
29756 Overflow scrolling needs to account for the bottom/right padding on the object itself as well
30640 Make horizontal scrolling on Windows always go the correct direction.
32004 Horizontal scrolling on Windows was reversed from Mac (and intuition).
39284 after pan scrolling
41381 page and scrolling to 0 (the usual case) the check will fail and
44213 Update layer geometry after scrolling.
48613 here, since wheel scrolling is currently untestable (the offset varies from machine to machine).
49495 Move layer() into RenderBox and make it non-virtual. Move all of the scrolling functions from RenderObject
54927 the space bar keypress event can be treated as a scrolling command.
58855 turning off scrolling when the quirk is enabled. We just don't allow turning it on.
59142 (WebCore::HTMLFrameElementBase::parseMappedAttribute): Don't allow changes to the scrolling attribute
59143 to affect the scrolling mode if frameElementsShouldIgnoreScrolling() returns true. This is only
62711 Bug 21256: REGRESSION (r36906): horizontally repeating image leaves ghosts when vertical scrolling
62716 platform widget to disagree about whether optimizing scrolling via
64220 we can no longer assume simple x/y offsets from scrolling with transforms.
68932 the frame rect when scrolling. We also set a mask on the
71378 for most of our scrolling views. This matches the native views
78399 Make pan scrolling a platform configurable option
81985 Make updateScrollbars cross-platform. For now a stubbed out scrollContents function is invoked to do the scrolling of the backing store. Next patch
82402 clear that the boolean doesn't actually stop all scrolling. It just gets rid of scrollbars.
83927 Page scrolling as implemented in bug 17589 was completely broken. It had the following problems:
83928 (1) Page scrolling has been corrected to be properly detected (on Windows
83932 (2) Page scrolling a layer used the enclosing ScrollView's width/height instead of the layer's width/height.
83933 This caused the scroll amount for page scrolling to be way too large on layers.
83935 Bug 17589 got the default horizontal scrolling value wrong. It assumed 1, when the Vista default is 3.
84038 incorrectly applied the tinier wheel step delta (unmultiplied) to line scrolling. Line scrolling with the
84040 step as other platforms while leaving the wheel delta alone for use with wheel scrolling.
85026 Clean up the methods that actually do the scrolling in ScrollView.
87070 It is not possible to make a test for any of this, since iframe scrolling
91314 - This was put in by Max to fix auto scrolling but is not correct for
94557 <rdar://6159244> Pan-scrolling does not work on particular sites (starmagazine.com, nytimes.com)
94559 This is matching the behavior of the mouse wheel when trying to scroll in a smaller layer of the page (div, textarea, ...) and when we reach the edge and keep scrolling then the whole page scrolls.
95950 <rdar://6157207> Mouse pointer does not change when new window is opened after pan-scrolling original window
95952 We shouldn't be able to create another window while we are in pan scrolling.
96505 When pan-scrolling, typing on the keyboard should either stop the pan scroll or be ignored
96506 IE and FF are both preventing the keyboard event to interact with the page while scrolling.