RESOLVED FIXED 80832
[Qt][WK2] Add support for rudimentary scroll indicators in MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=80832
Summary [Qt][WK2] Add support for rudimentary scroll indicators in MiniBrowser
Andras Becsi
Reported 2012-03-12 06:49:41 PDT
The flickable WebView needs scroll indicators in a similar manner as the ScrollDecorator QML component.
Attachments
proposed patch (11.67 KB, patch)
2012-03-12 07:14 PDT, Andras Becsi
no flags
Tor Arne Vestbø
Comment 1 2012-03-12 06:54:19 PDT
I assume this is an intermediate step before we make the WebView inherit Flickable so we can re-use other scroll-indicator-implementations?
Andras Becsi
Comment 2 2012-03-12 07:14:54 PDT
Created attachment 131321 [details] proposed patch
Andras Becsi
Comment 3 2012-03-12 07:20:54 PDT
(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.
Andras Becsi
Comment 4 2012-03-12 11:03:13 PDT
Comment on attachment 131321 [details] proposed patch Clearing flags on attachment: 131321 Committed r110447: <http://trac.webkit.org/changeset/110447>
Andras Becsi
Comment 5 2012-03-12 11:03:23 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.