Lines Matching full:scrollbar
2142 Clean up of iframe scrollbar mode code
2145 Pull setChildNeedsLayout/setNeedsLayout calls out of scrollbar mode
2147 Early exit from the scrollbar calc when scrollbars are turned off.
3406 overflow: scroll. Make the pref widths computation create the scrollbar if it doesn't exist yet.
3408 Make sure the scrollbar size is included prior to checking for defined width/min-width/max-width values. Otherwise
3409 the scrollbar inflates the width beyond the fixed size that was specified.
3411 For table cells, there is an additional wrinkle. Make sure not to include the scrollbar size as part of the minimum
4255 Tests: fast/dom/horizontal-scrollbar-in-rtl-doesnt-fire-onscroll.html
4256 fast/dom/horizontal-scrollbar-in-rtl.html
4257 fast/dom/horizontal-scrollbar-when-dir-change.html
7615 the exsistance of the scrollbar, because it could be removed via the API, while the frame is still
17428 Keep a reference to the scrollbar in accessibility scrollbar.
17432 (WebCore::AccessibilityScrollbar::scrollbar):
19338 scrollContents directly without going though the scrollbar
19968 (WebCore::AccessibilityScrollbar::scrollbar):
27570 <rdar://problem/8251616> Layout not updating in a subtree when a scrollbar is hidden in a flexbox descendant
27573 Test: scrollbars/hidden-scrollbar-prevents-layout.html
37149 Use isIdentityOrTranslationOrFlipped() in scrollbar code
39486 [chromium] properly paint really small scrollbar arrows on linux
49095 * platform/Scrollbar.cpp:
58568 is true, and if the context's HDC is null. This fixes scrollbar rendering
59601 * platform/Scrollbar.cpp: Allow ScrollAnimator to handle scrolls if present.
59602 (WebCore::Scrollbar::setValue):
59603 (WebCore::Scrollbar::scroll):
59604 (WebCore::Scrollbar::moveThumb):
59605 (WebCore::Scrollbar::setCurrentPos):
59606 (WebCore::Scrollbar::mouseMoved):
59607 * platform/Scrollbar.h:
59619 (WebCore::Scrollbar::contextMenu):
60742 scrollbar adjustments unless this is a main frame ScrollView. If we do
60814 scrollbar adjustments unless this is a main frame ScrollView. If we do
61030 * platform/Scrollbar.cpp: Enable THUMB_POSITION_AFFECTS_BUTTONS for GTK+ as well.
61046 interior frame scrollbars, create a normal WebCore scrollbar.
61049 scrollbar.
64874 Scrollbar is currently written with the assumption that scrollbars never change
64875 thickness. In GTK+ changing the current theme can alter scrollbar thickness. This
64876 change manually resizes interior frame scrollbar widgets when the GTK+ theme changes.
64882 scrollbar widget. We access it here, because RenderThemGtk takes care of initializing
66989 WebKit assumes outermost scrollbar always painted.
66993 Test: scrollbars/custom-scrollbar-with-incomplete-style.html
68581 test the scrollbar rendering.
70041 crash when rendering scrollbar gradient
70044 Test: scrollbars/scrollbar-gradient-crash.html
70114 * platform/Scrollbar.cpp:
70115 (WebCore::Scrollbar::scroll):
70116 * platform/Scrollbar.h:
70117 (WebCore::Scrollbar::isScrollbar):
70121 (WebCore::Scrollbar::contextMenu):
73465 [GTK] The Mozilla theme drawing code incorrectly renders scrollbar backgrounds
73469 the new scrollbar theme code lands for GTK+, this will be tested
73470 by scrollbar pixel tests.
73473 backgrounds and disable incorrect rendering of scrollbar trough backgrounds.
73482 [GTK] The Mozilla theme drawing API should expose extra information about scrollbar geometry
75898 No new tests as we do not currently use the scrollbar button painting
76020 Scrollbar should be native or just a shell of the parent's scrollbar (main frame
76021 scrollbar), just check if this ScrollView has a parent. This will ensure the
76022 correct behavior when main frame scrollbar's are created after the ScrollView's
76028 (WebCore::ScrollView::createScrollbar): Decide what type of scrollbar to make based
85987 Fix a crash when a hidden iframe with a custom scrollbar finishes loading an image.
85990 Test: scrollbars/hidden-iframe-scrollbar-crash2.html
87769 [EFL] Implement HTML5 slider theme (using the scrollbar theme as base).
88630 (WebCore::PopupMenuWin::scrollbar):
89008 (WebCore::PopupMenu::scrollbar):
89760 (WebCore::PopupMenuWin::scrollbar):
89824 (WebCore::PopupMenu::scrollbar):
90247 (WebCore::PopupMenuWin::scrollbar):
91899 Crash when computing pseudo-style of a vanished scrollbar in inspector
91902 When a styled overflow:scroll scrollbar gets destroyed, we need to clear out the m_owner pointer,
91903 otherwise the event handling code (which keeps the Scrollbar alive) later causes the scrollbar
91906 Test: scrollbars/overflow-custom-scrollbar-crash.html
91909 (WebCore::RenderLayer::destroyScrollbar): If this is a custom scrollbar, clear the owning renderer.
94961 Test: WebCore/manual-tests/autoscroll-over-scrollbar.html
99344 [chromium] Linux scrollbar steppers are "clickable" even when disabled
100665 - Move the code for scrollbar steppers from ScrollbarThemeChromiumLinux
100667 - Move the code for scrollbar colors from RenderThemeChromiumLinux
101683 Test: scrollbars/hidden-iframe-scrollbar-crash.html
113226 * platform/Scrollbar.cpp: need the buttons to be invalidated when the
113229 (WebCore::Scrollbar::updateThumbPosition):
113230 (WebCore::Scrollbar::updateThumbProportion):
129090 Scroll events are sent twice per keypress for ports that don't have a platformWidget scrollbar