Lines Matching full:scrollbar
6141 - Implementing missing scrollbar functionality to allow turning off scrollbars correctly.
10411 - WebCore part of fix to scrollbar suppression hack for Leopard
11880 ScrollBar's belonging to the ScrollView a ScrollViewScrollbar is introduced with
12140 Fix for <rdar://problem/5393798> 100% reproducible crash in WebCore::Scrollbar::setValue
12143 If the hit testing originally determined the event was in a scrollbar,
12144 refetch the MouseEventWithHitTestResults in case the scrollbar widget was destroyed when the mouse event was handled.
12266 Implement PlatformScrollbar by calling ScrollBar::setValue from
16439 was just set on the listbox then a lot of extra work was being done, and the scrollbar was drawing too. This change fixes that.
19126 (WebCore::MouseEventWithHitTestResults::scrollbar):
21240 Fix for <rdar://problem/5286410> Scrollbar and resize corner for overflow area is not hidden with style "visibility: hidden;"
21243 Test: fast/overflow/hidden-scrollbar-resize.html
24232 scrollbar on mtv.com
25858 Fix for Radar bug #4981074, RSS Scrollbar overlaps window resizer. Teach all scrollbars how to
26068 Fix scrollbar painting.
30087 for RTL <select>s are left-aligned. This means the scrollbar in the
30104 so that we get a left-aligned scrollbar in RTL popups.
30557 (Fixes all the layout errors with the scrollbar overlapping the resizer.)
30792 - renamed ScrollBar to Scrollbar and scroll bar to scrollbar in every case
31156 Finish the scrollbar. Handle arrow and track scrolling. Everything is finished now except for implementing a Win2k look.
31176 Make thumb dragging work on the scrollbar.
31200 Hook up tracking the pressed object on a scrollbar and proper painting of the scrollbar's
31638 Stub out the mouse methods from the open source checkin and add a new member variable to track the current hovered scrollbar part.
31806 Clean up my rect computation code in scrollbar to use x() and y() instead of
31940 Update the scrollbar API to match the changes in the public tree.
31942 Start implementing the Win32 scrollbar
31943 add some utility functions for breaking the scrollbar into individual components.
32006 Scrollbar preparation work.
32010 (3) Clean up some of the Win32 scrollbar code. All that's left is painting
32689 Add a platform scrollbar class for Windows. It doesn't really work yet.
33366 (ScrollBar::ScrollBar):
33367 (ScrollBar::setSteps):
33368 (ScrollBar::scroll):
33369 (ScrollBar::setValue):
33370 (ScrollBar::setKnobProportion):
37758 * platform/ScrollBar.h:
39699 <rdar://problem/5193529> REGRESSION: RTL Overflows scrollbar not showing
41922 REGRESSION: Listbox scrollbar does not reflect actual scrolled position when selected option is added after layout
41924 Test: fast/forms/listbox-scrollbar-incremental-load.html
41927 scrollbar proportions are updated only during layout
42857 (WebCore::RenderListBox::paintObject): Treat the scrollbar as part of the
43469 REGRESSION (r20754-20766): Textarea does not resize when scrollbar is present
43487 platform scrollbar in the hit test result if a scrollbar was hit.
45004 scrollbar handling logic so that scrollbars receive events correctly while capturing is in
45020 * platform/ScrollBar.h:
45021 (WebCore::Scrollbar::handleMouseReleaseEvent):
45353 Make window.innerWidth/innerHeight include the size of any present scrollbar to match Firefox.
45776 * platform/ScrollBar.cpp:
45777 (WebCore::Scrollbar::setValue): Cleaned up a little.
45778 (WebCore::Scrollbar::scroll): Changed to apply the minimum and maximum constraints
46408 * platform/ScrollBar.h:
46416 * platform/ScrollBar.h:
46481 * platform/ScrollBar.cpp:
46482 (WebCore::Scrollbar::Scrollbar):
46483 (WebCore::Scrollbar::setValue):
46484 (WebCore::Scrollbar::setSteps):
46485 (WebCore::Scrollbar::scroll):
46486 * platform/ScrollBar.h:
46487 (WebCore::Scrollbar::value):
46506 Pass item height to scrollbar
46619 REGRESSION (r19621): Pasting breakable content where wrapped line is too long to fit in a textarea fails to draw a horizontal scrollbar
47226 Regression: Scrollbar not resizing after display none
48030 * manual-tests/scrollbar-hittest.html:
48031 * manual-tests/scrollbar-hittest2.html:
56689 - fixed REGRESSION: No day/week scrollbar in Google Calendar
58097 Test: fast/layers/generated-layer-scrollbar-crash.html
60064 Use the platform independent scrollbar code.
60066 few missing platform scrollbar calls.
60081 and ScrollBar, but plugins will follow).
60816 the scrollbar behavior a little more sane.
60820 (WebCore::Scrollbar::Scrollbar):
60821 (WebCore::Scrollbar::setSteps):
60822 (WebCore::Scrollbar::scroll):
60823 (WebCore::Scrollbar::setValue):
60824 (WebCore::Scrollbar::setProportion):
62916 (WebCore::RenderListBox::valueChanged): Simplified since the scrollbar
62924 scrollToReveal function). The scrollbar part is simpler now that it's
64458 * platform/ScrollBar.h:
66105 Fix image dragging issues with http://www.carto.net/papers/svg/gui/scrollbar/index.svg
66754 in the height calculations caused by not adding in the horizontal scrollbar height and other errors caused
67884 (-[WebCoreScrollBar initWithPlatformScrollbar:]): Get the correct scrollbar
67890 Not including the spacing before went unnoticed since the scrollbar was lying
67892 (WebCore::RenderListBox::paintObject): Clip out the scrollbar.