[issue41248] Python manual forced in maximized window
Mischiew Rithe added the comment: The problem still exists in version 3.10.1, in Windows. When the user wants to get the documentation, the whole screen is hidden by it, which is very inconvenient. If the user does not want this behaviour, they have to change the shortcut, for instance in: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.10 This is not possible if the user doesn't have the admin rights. There is no reason to force a maximized window for the documentation, but there are reasons not to: it's invasive, now monitors are often too large to make it a comfortable reading format for a single window, the OS is multi-tasking and the user will most likely read the documentation while editing code on an IDE and needs to see both. -- versions: +Python 3.10 -Python 3.8 ___ Python tracker <https://bugs.python.org/issue41248> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue41248] Python manual forced in maximized window
New submission from Mischiew Rithe : In versions 3.8.1 and 3.8.3-amd64 (only versions tested), on Windows, the "Python 3.8 Manuals" opens in a maximized window. This is unexpected and undesired, as the user cannot see the other windows, including the one he's developing from (IDE, editor, shell, ...). The problem seems to come from the shortcut created in the menu, which forces a maximized window. It has to be set to "normal window" instead. -- assignee: docs@python components: Documentation messages: 373335 nosy: Mischiew Rithe, docs@python priority: normal severity: normal status: open title: Python manual forced in maximized window type: behavior versions: Python 3.8 ___ Python tracker <https://bugs.python.org/issue41248> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com