This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author batiste
Recipients SilentGhost, batiste, docs@python, r.david.murray
Date 2016-09-12.08:36:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473669404.73.0.901960415024.issue28044@psf.upfronthosting.co.za>
In-reply-to
Content
So answer to your comments SilentGhost:

I had a look at what Mozilla recommend. Their proposition of using position:sticky is interesting and probably possible for this use case but might require quite a bit of extra work. There is also the other suggestion to use something like https://lodash.com/docs/4.15.0#debounce but that would mean more jumpy animations but less computation. Also there is this http://caniuse.com/#feat=css-snappoints that would solve the issue created just before but it is not well supported yet.

All in all interesting points.

Off course I am willing to spend some time on optimization this if necessary. But before that I might want to have some kind of "approval" that my work as a chance to be used.

And I have a question for you R. David Murray. Look here for example:

https://docs.python.org/3/library/asyncio-protocol.html#udp-echo-server-protocol

What is the value of having an empty left sidebar here? Shoudn't we remove the sidebar completly if you have to scroll all the way up anyway? I don't really see the value for this sidebar in many of the long pages Python documentation offers.
History
Date User Action Args
2016-09-12 08:36:44batistesetrecipients: + batiste, r.david.murray, SilentGhost, docs@python
2016-09-12 08:36:44batistesetmessageid: <1473669404.73.0.901960415024.issue28044@psf.upfronthosting.co.za>
2016-09-12 08:36:44batistelinkissue28044 messages
2016-09-12 08:36:44batistecreate