[issue20693] Sidebar scrolls down 2x as fast as page content
New submission from Nick Timkovich: When scrolling down in the Python 3.4 docs (e.g. http://docs.python.org/3.4/library/index.html ) the Sphinx sidebar's top value increases twice as fast as the user moves down the page, resulting in it "running away". I don't know sufficient JS to identify the problem, but I'm guessing it's somewhere in the sidebar.js:scroll_sidebar() function or whatever might configure it. (apologies, I *think* I may have sent a similar mail to the docs list already) ---------- assignee: docs@python components: Documentation files: py34sidebar.png messages: 211675 nosy: docs@python, nicktimko priority: normal severity: normal status: open title: Sidebar scrolls down 2x as fast as page content type: behavior versions: Python 3.4 Added file: http://bugs.python.org/file34149/py34sidebar.png _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20693> _______________________________________
Zachary Ware added the comment: I noticed this earlier today as well, but didn't have a chance to report. I also happened to have a week-old doc page still loaded in the next tab over (which didn't have the problem), and noticed that it was marked as being built by Sphinx 1.2, whereas today's is Sphinx 1.1.3, which I suspect may have something to do with it since I don't see any other major changes to how the docs are built in recent changesets. Nick: You did report it on docs@, but it was held for moderation since you aren't subscribed. It has now been approved. ---------- nosy: +georg.brandl, zach.ware _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20693> _______________________________________
Changes by Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>: ---------- nosy: +Arfrever _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20693> _______________________________________
Changes by Zachary Ware <zachary.ware@gmail.com>: ---------- nosy: +David.Felix _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20693> _______________________________________
Changes by Ezio Melotti <ezio.melotti@gmail.com>: ---------- nosy: +ezio.melotti, pitrou stage: -> needs patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20693> _______________________________________
Antoine Pitrou added the comment: Doesn't seem to happen with a local build of the doc tree, using Sphinx 1.2.1. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20693> _______________________________________
Roundup Robot added the comment: New changeset b514339e41ef by Benjamin Peterson in branch '2.7': use sphinx from its own virtualenv (closes #20693) http://hg.python.org/cpython/rev/b514339e41ef ---------- nosy: +python-dev resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20693> _______________________________________
Georg Brandl added the comment: Not quite fixed yet: this will happen with any build using sphinx1.1, which is supposed to be supported now. ---------- status: closed -> open _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20693> _______________________________________
Georg Brandl added the comment: Hmm, I can't reproduce here with 1.1.3. Can someone build the tip docs locally with Sphinx 1.1.3 and try to reproduce? ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20693> _______________________________________
Ezio Melotti added the comment: I can reproduce on tip with Sphinx v1.1.3; seems to work fine on 3.3 and tip with Sphinx v1.2. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20693> _______________________________________
Zachary Ware added the comment: Is this still a problem? I haven't noticed it on docs.python.org in quite some time. Ezio, can you still reproduce? ---------- status: open -> pending _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20693> _______________________________________
Changes by Berker Peksag <berker.peksag@gmail.com>: ---------- status: pending -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20693> _______________________________________
participants (8)
-
Antoine Pitrou
-
Arfrever Frehtes Taifersar Arahesis
-
Berker Peksag
-
Ezio Melotti
-
Georg Brandl
-
Nick Timkovich
-
Roundup Robot
-
Zachary Ware