[issue32393] nav menu jitter in old documentation

New submission from Joseph Hendrey jhendrey@condense.com.au:
The sidebar navigation menu jitters when scrolling on the 2.7 documentation pages (at least in Chrome).
A seemingly unrelated issue is that the collapse symbol '<<' is a fixed distance from the top of the page rather than staying in the centre (height-wise) of the screen (it should always be visible).
It seems it has been fixed for newer documentation, but since the fix is so simple it would be nice to fix it for the old documentation too. Setting the position property of the span element seems to fix both issues for me (see attached screenshot)
---------- assignee: docs@python components: Documentation files: screenshot.JPG messages: 308834 nosy: Joseph Hendrey, docs@python priority: normal severity: normal status: open title: nav menu jitter in old documentation type: behavior versions: Python 2.7 Added file: https://bugs.python.org/file47343/screenshot.JPG
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue32393 _______________________________________

Change by Julien Palard julien+python@palard.fr:
---------- nosy: +mdk
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue32393 _______________________________________

Martin Panter vadmium+py@gmail.com added the comment:
Maybe related to Issue 24712?
---------- nosy: +martin.panter
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue32393 _______________________________________

Julien Palard julien+python@palard.fr added the comment:
I'm closing this as a duplicate of https://bugs.python.org/issue24712, for which I opened a pull request.
---------- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Docs page's sidebar vibrates on mouse wheel scroll on Chrome.
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue32393 _______________________________________
participants (3)
-
Joseph Hendrey
-
Julien Palard
-
Martin Panter