[issue3143] Make the left sidebar in the doc collapsible

Ezio Melotti report at bugs.python.org
Sun Aug 30 07:57:51 CEST 2009


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

This should be the final version, these are the things I improved:
  * added a per-browser/per-session cookie to save the position of the
sidebar during a single session. When the browser is closed the position
is reset and the cookie deleted;
  * added an effect on hover and a better vertical centering of the '<<'
/ '>>';
  * fixed some bugs.

I also tried to make it faster (with no appreciable results).

I tested it on the aforementioned browsers and it seems to work fine, so
if there are no comments on the code or on the final result, the script
is ready to go in.

----------
Added file: http://bugs.python.org/file14804/sidebar.js

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3143>
_______________________________________


More information about the Python-bugs-list mailing list