Bug 144801 - [GTK] Move webkit_dom_dom_window_scroll_to to stable API
Summary: [GTK] Move webkit_dom_dom_window_scroll_to to stable API
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: 420+
Hardware: PC Linux
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-08 07:34 PDT by grindhold
Modified: 2017-03-11 10:58 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description grindhold 2015-05-08 07:34:02 PDT
Please add DOMWindow's scroll_to-methods to the stable API.

According to w3's references [0], the method scroll itself is deprecated.
But scrollTo and scrollBy are DOM-conformant methods that shouldn't change
in the future.

Thanks in advance.

[0] http://www.w3schools.com/jsref/obj_window.asp