Message1150

Author ccomendant
Recipients yuhta
Date 2013-10-17.09:35:53
Content
cmd_scrollTop fails to update window.scrollY, therefore scroll_horiz_complete would result in undoing it.
reordering the functions in scroll-top-left fixes it.

interactive("scroll-top-left",
    "Scroll the current frame all the way to the top left",
     function (I) { scroll_horiz_complete(I.buffer, -1);
                    I.buffer.do_command("cmd_scrollTop"); });
History
Date User Action Args
2013-10-17 09:35:54ccomendantsetmessageid: <1382002554.51.0.00866307847456.issue450@bugs.conkeror.org>
2013-10-17 09:35:54ccomendantsetrecipients: + yuhta
2013-10-17 09:35:54ccomendantlinkissue450 messages
2013-10-17 09:35:53ccomendantcreate