Summary: | [Qt][WK2] Add support for rudimentary scroll indicators in MiniBrowser | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Andras Becsi <abecsi> | ||||
Component: | Tools / Tests | Assignee: | Andras Becsi <abecsi> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | hausmann, laszlo.gombos, menard, vestbo, webkit.review.bot, zoltan | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Attachments: |
|
Description
Andras Becsi
2012-03-12 06:49:41 PDT
I assume this is an intermediate step before we make the WebView inherit Flickable so we can re-use other scroll-indicator-implementations? Created attachment 131321 [details]
proposed patch
(In reply to comment #1) > I assume this is an intermediate step before we make the WebView inherit Flickable so we can re-use other scroll-indicator-implementations? Yes this would be an intermediate step, that's why I used the same API as the ScrollDecorator. Later on we could check whether the platform has a scroll indicator implementation, and if it has none MiniBrowser could use this basic implementation. Comment on attachment 131321 [details] proposed patch Clearing flags on attachment: 131321 Committed r110447: <http://trac.webkit.org/changeset/110447> All reviewed patches have been landed. Closing bug. |