[issue35851] Make search result in online docs keep their position when search finishes
New submission from Roel Schroeven : Search in the online documentation shows results while the search continues in the background, which is very nice. Only problem is: when the search finishes, a line with the text "Search finished, found x page(s) matching the search query." appears which pushes all the search results down a bit. When the result you were looking for was already displayed, you suddenly have to aim the mouse cursor at a new position, or it can happen that you accidentally open the wrong link because of the results not staying in their place. Is it possible to allocate space for the "Search finished, ..." line from the beginning, so that search results stay in the same place the whole time? -- assignee: docs@python components: Documentation messages: 334525 nosy: docs@python, roelschroeven priority: normal severity: normal status: open title: Make search result in online docs keep their position when search finishes type: enhancement versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue35851> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue35851] Make search result in online docs keep their position when search finishes
Roel Schroeven added the comment: Issue opened on the Sphinx bug tracker: https://github.com/sphinx-doc/sphinx/issues/6016 -- ___ Python tracker <https://bugs.python.org/issue35851> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue34006] Windows HTML Help (chm) has fixed line length
New submission from Roel Schroeven : Since 3.7 (and possibly 3.6.6) the .chm Windows help file uses fixed line lenghts, instead of properly adapting to the window width. Please revert to the old behavior. See screenshot: the empty space on the right is just silly. -- components: Windows files: python manual.PNG messages: 320746 nosy: paul.moore, roelschroeven, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: Windows HTML Help (chm) has fixed line length type: enhancement versions: Python 3.7 Added file: https://bugs.python.org/file47660/python manual.PNG ___ Python tracker <https://bugs.python.org/issue34006> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com