You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small but irksome (and at times even frustrating) UI issue: Object explorer windows opened by double-clicking an object in the variable explorer open normally, i.e. in front of the Spyder window that spawned them, otherwise, but when in the debugger, they open behind the main window and with no obvious indication that the open command worked, forcing the user to have to alt-tab needlessly to see them (presumably, they didn't open them not to look at them); furthermore, for a newer user unaware of this, it can actually be (and was) quite frustrating, as at first I assumed Spyder simply couldn't open the variables, until I stumbled across them after closing the main window, wondering where they'd come from, and eventually putting two and two together.
What steps will reproduce the problem?
Open any script file and load an object or two into memory
Activate debugger
Attempt to open object viewer by double clicking in variable explorer.
What is the expected output? What do you see instead?
Expected: The object window opens in the foreground, in front of the Spyder window, as happens normally.
Actual: The window opens in the background, invisible behind the Spyder window, giving the user no indication it has successfully done so.
Please provide any additional information below
Tested and confirmed on multiple machines/OS Versions/Spyder installs.
Version and main components
Spyder Version: 3.2.4
Python Version: 3.6.3
Qt Versions: 5.6.2, PyQt5 5.6 on both Windows 8.1 Pro x64, and Windows 10 Enterprise FCU x64
My apologies; I usually search and look through the current open issues/PRs before I post, but this one evidently slipped through the cracks. Thanks for the notification.
Description
Small but irksome (and at times even frustrating) UI issue: Object explorer windows opened by double-clicking an object in the variable explorer open normally, i.e. in front of the Spyder window that spawned them, otherwise, but when in the debugger, they open behind the main window and with no obvious indication that the open command worked, forcing the user to have to alt-tab needlessly to see them (presumably, they didn't open them not to look at them); furthermore, for a newer user unaware of this, it can actually be (and was) quite frustrating, as at first I assumed Spyder simply couldn't open the variables, until I stumbled across them after closing the main window, wondering where they'd come from, and eventually putting two and two together.
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Expected: The object window opens in the foreground, in front of the Spyder window, as happens normally.
Actual: The window opens in the background, invisible behind the Spyder window, giving the user no indication it has successfully done so.
Please provide any additional information below
Tested and confirmed on multiple machines/OS Versions/Spyder installs.
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: