Bug 104898
Summary: | ShouldHitScrollbars is no longer used | ||
---|---|---|---|
Product: | WebKit | Reporter: | Allan Sandfeld Jensen <allan.jensen> |
Component: | UI Events | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Allan Sandfeld Jensen
The ShouldHitScrollbars enum and code-path is dead code and no longer used. It was used by Chromium for handling X11 middle-mouse press, but after this code refactored and moved to EventHandler it is no longer needed.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Allan Sandfeld Jensen
Sorry, it turns out my information was outdated. ShouldHitScrollbars is now again used by the handling of gesture events.