RESOLVED FIXED Bug 162046
Window's pageXOffset / pageYOffset attributes should be replaceable
https://bugs.webkit.org/show_bug.cgi?id=162046
Summary Window's pageXOffset / pageYOffset attributes should be replaceable
Chris Dumez
Reported 2016-09-15 19:02:38 PDT
Window's pageXOffset / pageYOffset attributes should be replaceable as per: - https://drafts.csswg.org/cssom-view/#extensions-to-the-window-interface Firefox agrees with the specification.
Attachments
Patch (9.59 KB, patch)
2016-09-15 19:33 PDT, Chris Dumez
no flags
Patch (10.86 KB, patch)
2016-09-19 12:23 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-09-15 19:33:22 PDT
Darin Adler
Comment 2 2016-09-19 11:12:29 PDT
Comment on attachment 289028 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=289028&action=review Please fix the GTK build. WebKitDOMDOMWindow.cpp has calls to these functions. > Source/WebCore/page/DOMWindow.idl:98 > + // FIXME: The following attributes should be double. Now that we don’t have non-JavaScript bindings to consider, changing these to double should be an easier thing to do, in fact I’m not sure it will actually have any observable effect. What are we waiting for to make that change?
Chris Dumez
Comment 3 2016-09-19 12:23:59 PDT
WebKit Commit Bot
Comment 4 2016-09-19 13:38:00 PDT
Comment on attachment 289247 [details] Patch Clearing flags on attachment: 289247 Committed r206109: <http://trac.webkit.org/changeset/206109>
WebKit Commit Bot
Comment 5 2016-09-19 13:38:06 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.