Lines Matching full:scrollbars
3430 which isn't true on Linux. To reproduce, resize a page with scrollbars until
4691 Test: platform/mac/scrollbars/key-window-not-first-responder.html
5719 of the window the scrollbars stayed and were not hidden.
6367 Detect the case where we can fit without scrollbars when the view shrinks, so that we don't mistakenly
6368 continue to show scrollbars.
23229 Fix ScrollView's algorithm that determines whether or not to show scrollbars. There was a bug
27388 scrollbars which use only vertical and horizontal lines.
29078 Put the padding inside scrollbars on textareas.
29081 Put the padding inside the scrollbars on textareas. This is done by moving the
31988 [GTK] Scrollbars not clipped correctly
31990 ScrollView scrollbars in subframes are *not* native, so take that
32179 [GTK] Scrollbars not clipped correctly
32192 [GTK] Scrollbars not clipped correctly
32207 [GTK] Scrollbars not clipped correctly
32210 for non-ScrollView scrollbars.
32782 scrollbars which caused the scrollbar to overflow it's bounds by 1px
35470 Scrollbar paint has been moved into RenderBlock for now, since none of the table objects support scrollbars
44091 Add manual test for floating divs with scrollbars.
63399 Add code that will create custom CSS scrollbars from the <body>, the document element (<html>) and the owning
63400 frame/iframe. If any of them set a custom style, it will be used. The scrollbars do not update dynamically
63824 custom CSS scrollbars.
67396 Add plumbing for tickmark support for the scrollbars. The painting code
68933 widget to keep it from painting over scrollbars and the like
68942 Don't mark scrollbars as focused in QtWebKit
68945 but this does not make sense for scrollbars.
70377 Make sure Qt scrollbars follow the style with regard to context menus
71133 Fix problems with scrollbars when the OS setting for clicks in the track jumping the thumb to that location
78540 Fix scrollbar arrows for horizontal scrollbars
78549 Use style-painter to draw scrollbars in ScrollbarThemeQt
78584 Fix for disabled scrollbars not painting in Windows Safari. Make sure that the Windows theme
78597 Fix over-invalidation of native scrollbars.
78638 Make dropdown lists on Windows work with CSS custom scrollbars.
78686 Make RenderListBox work with CSS scrollbars. Refactoring this code to support creation/destruction in
78692 Added scrollbars/listbox-scrollbar-combinations.html
78705 scrollbar styles until the layer has the scrollbars in its member variables.
79367 Make textareas work with custom CSS scrollbars and resizers. Need to access the correct renderer
79408 Make CSS scrollbars respect the OS setting regarding where buttons should be placed.
79479 Make CSS scrollbars support :not, :hover and :active.
79528 Support increment/decrement/start/end on scrollbars. Allows a fully functional scrollbar to be
79533 Added scrollbars/scrollbar-buttons.html
79645 Added scrollbars/scrollbar-orientation.html
79668 Added scrollbars/disabled-scrollbar.html
79850 This patch gets CSS scrollbars up and limping. There's no way to distinguish between states or between
79855 Added scrollbars/basic-scrollbar.html
80465 Add new pseudo-elements and pseudo-classes that will enable scrollbars to be styled by CSS.
80947 Tear down scrollbars in FrameView rather than ScrollView so that the connection to the hostWindow()
81474 Preparation for enabling scrollbars to hit test properly inside transforms. Clean up the scrollbar
81476 method on Scrollbars called transformEvent that will apply all of the transforms to make a new event
81635 scrollbars.
81696 (2) Scrollbars now send invalidations through the ScrollbarClient. windowClipRect on ScrollbarClient has been removed and replaced with this invalidation call.
82402 clear that the boolean doesn't actually stop all scrolling. It just gets rid of scrollbars.
83218 now subclasses from HostWindow. The new class will allow objects in platform/ like Widgets, Scrollbars
83736 Fix crash when WebKit has no instantiated Scrollbars and the appearance prefs for scrollbars are
84039 scrollbar has nothing to do with mouse wheeling. This patch reverts the scrollbars to use the same line
84687 Make the concept of scroll modes cross-platform. Move the scrollbars up into ScrollView as well.
85339 to a bunch of platforms. This is a temporary evil until the scrollbars get made cross-platform (and I
86438 sure to not accidentally fall into the vertical scrollbar case for horizontal scrollbars. :)
87144 Make sure transformed scrollbars in overflow sections position
87148 and transforms also applies to scrollbars. (This is as simple as passing
88791 instead. Since this is only used by Scrollbars, there is no need for
89168 only applies to Scrollbars so the method has been moved there and made
89678 native-widget scrollbars (ScrollbarMac and ScrollbarGtk). Other platforms
89988 Completely switch Windows scrollbars over to ScrollbarTheme. The Aqua windows scrollbar and native scrollbar
90311 Move all hit testing code for scrollbars into the base class. Refactor
90885 scrollbars only). For now ScrollbarTheme just handles returning the size of scrollbars. Subsequent
90889 implement scrollbars yet, so I added a temporary link stub to keep things compiling on wx.
91162 scrollbars (which we never supported anyway). Make Scrollbar derive from Widget directly.