Bug 207532
Summary: | [WPE] Scrollable area contents not updated when scrolling with the scrollbars | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
Component: | WPE WebKit | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Carlos Garcia Campos
Scrolling with the scrollbars only works for frame views and list boxes, but not for any other scrollable areas. Scrolling with the mouse wheel works, but not by dragging the scrollbar. It might be related with the async scrolling, but it works in GTK port when AC mode is forced (and async scrolling used) so there must be something else.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
This is working now in trunk, but I don't know what revision fixed this.