Home | History | Annotate | Download | only in WebCore

Lines Matching full:scrollbars

6140         - <rdar://problem/5101991> Avril Lavigne music player comes up in a window with scrollbars
6141 - Implementing missing scrollbar functionality to allow turning off scrollbars correctly.
10414 (WebCore::FrameLoader::transitionToCommitted): Suppress scrollbars earlier, so it happens
11878 In contrast to the windows port the ScrollBars are GtkWidgets. To paint them
13235 Correctly set the update rect for the scrollbars when they are invalidated.
16513 Lazily update the scrollbars (e.g. on loading a page) to
21616 and stylable scrollbars.
22639 (WebCore::DOMWindow::scrollbars):
24797 The problem was that the FrameView would try to reset the document's scrollbars after having
25858 Fix for Radar bug #4981074, RSS Scrollbar overlaps window resizer. Teach all scrollbars how to
26006 The scrollview's scrolloffset wasn't getting set in cases where there were no scrollbars
26007 You can have a scrolloffset even if you don't have scrollbars
30538 Add code to paint the Windows 2000 and "Windows Classic" theme look for scrollbars.
30567 Make sure to update plugin clip regions when scrollbars come and go on a scrollview.
30689 Fix an assert in widget destructors caused by not unparenting a ScrollView's scrollbars
30709 Scrollbars now dodge resizing gripper.
30717 (WebCore::ScrollView::updateScrollbars): Scrollbars now dodge resizing gripper.
30721 Fix a bug where scrollbars would incorrectly show up for iframes when they weren't needed.
30795 - fixed RenderLayer to properly tear down scrollbars, removing them from
31310 Make scrollbars scroll correctly when setValue is called. Needed to do float math instead of integer
31318 Make scrollbars on Win32 respond to hover events. The thumb and arrow buttons will now properly hover when
31828 Implement painting of scrollbars using theme APIs. The arrow buttons, track, thumb and gripper all paint properly
43180 (KJS::Window::scrollbars):
43474 (WebCore::EventHandler::handleMouseMoveEvent): Avoid activating scrollbars
43486 hit point is in one of the scrollbars or the resize corner, and updates the
45004 scrollbar handling logic so that scrollbars receive events correctly while capturing is in
56196 Pass mouse press events to scrollbars even if event is swallowed.
56198 No layout test, DumpRenderTree eventSender can't hit scrollbars.
56692 Make sure overflow:auto scrollbars are always enabled. If they were overflow:scroll
59723 scrolling, respect that and don't show scrollbars.
59976 Take the scrollbars into considation when computing
62574 REGRESSION (r14847): Unnecessary scrollbars with position:relative; and overflow:auto;
68816 frame if it has scrollbars).