Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the scroll bar APIs. #3134

Merged
merged 1 commit into from Sep 28, 2018
Merged

Remove the scroll bar APIs. #3134

merged 1 commit into from Sep 28, 2018

Commits on Sep 27, 2018

  1. Remove the scroll bar APIs.

    It's much better if applications draw scrollbars by adding normal
    primitives to the display list. This means:
    
    * Better control of how they look visually.
    * Can make them clickable / draggable.
    * Less code complexity in WR.
    * Better control of scrollbar behavior (where enabled etc).
    gw3583 committed Sep 27, 2018
You can’t perform that action at this time.