Hovers don't hide when Spyder loses focus
See original GitHub issueIssue Report Checklist
- Searched the issues page for similar reports
- Read the relevant sections of the Spyder Troubleshooting Guide and followed its advice
- Reproduced the issue after updating with
conda update spyder
(orpip
, if not using Anaconda) - Could not reproduce inside
jupyter qtconsole
(if console-related) - Tried basic troubleshooting (if a bug/error)
- Restarted Spyder
- Reset preferences with
spyder --reset
- Reinstalled the latest version of Anaconda
- Tried the other applicable steps from the Troubleshooting Guide
- Completed the Problem Description, Steps to Reproduce and Version sections below
Problem Description
The issue started with version 4 of Spyder, where the help boxes remain persistent despite me going to another window/browser as can be seen with the picture below.
What steps reproduce the problem?
- Hovering over some variable produces a help box
- Going to another window/browser/desktop the help box persists
What is the expected output? What do you see instead?
The help box should not be persistent on the screen.
Paste Traceback/Error Below (if applicable)
NA
Versions
(even going to get the Spyder version this pops up and persists)
- Spyder version: 4.1.2
- Python version: 3.7.4
- Qt version: 5.9.6
- PyQt version: 5.9.2
- Operating System name/version: Windows 10
Dependencies
# Mandatory:
atomicwrites >=1.2.0 : 1.3.0 (OK)
chardet >=2.0.0 : 3.0.4 (OK)
cloudpickle >=0.5.0 : 1.3.0 (OK)
diff_match_patch >=20181111 : 20181111 (OK)
intervaltree : None (OK)
IPython >=4.0 : 7.13.0 (OK)
jedi =0.15.2 : 0.15.2 (OK)
nbconvert >=4.0 : 5.6.1 (OK)
numpydoc >=0.6.0 : 0.9.2 (OK)
paramiko >=2.4.0 : 2.7.1 (OK)
parso =0.5.2 : 0.5.2 (OK)
pexpect >=4.4.0 : 4.8.0 (OK)
pickleshare >=0.4 : 0.7.5 (OK)
psutil >=5.3 : 5.7.0 (OK)
pygments >=2.0 : 2.6.1 (OK)
pylint >=0.25 : 2.4.4 (OK)
pyls >=0.31.9;<0.32.0 : 0.31.9 (OK)
qdarkstyle >=2.8 : 2.8 (OK)
qtawesome >=0.5.7 : 0.7.0 (OK)
qtconsole >=4.6.0 : 4.7.2 (OK)
qtpy >=1.5.0 : 1.9.0 (OK)
rtree >=0.8.3 : 0.9.3 (OK)
sphinx >=0.6.6 : 2.4.4 (OK)
spyder_kernels >=1.9.0;<1.10.0 : 1.9.0 (OK)
watchdog : None (OK)
zmq >=17 : 18.1.1 (OK)
# Optional:
cython >=0.21 : 0.29.15 (OK)
matplotlib >=2.0.0 : 3.1.3 (OK)
numpy >=1.7 : 1.18.1 (OK)
pandas >=0.13.1 : 1.0.3 (OK)
scipy >=0.17.0 : 1.3.1 (OK)
sympy >=0.7.3 : 1.5.1 (OK)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to hide hover tooltips on Spyder 4 - python - Stack Overflow
(Spyder maintainer here) Yes, there is. You need to go to the menu. Tools > Preferences > Completion and linting > Introspection.
Read more >Tooltip doesn't hide when element lost focus when set to ...
Hi Dimiter, To reproduce it, try these steps: - Click anywhere in the snippet(Results) blank area; - Press tab(the field should be focused...
Read more >FAQS - Spyder
LOST PACKAGE/PACKAGE NEVER ARRIVED? ... We do not have access to cancel, change, or edit individual items or orders once an order is...
Read more >How to Do Spider Curls (Form & Benefits) - Steel Supplements
Spider curls focus on the short head of the biceps brachii, ... Before we get moving, don't forget to prepare for your workout...
Read more >Interactive Data Visualization in Python With Bokeh
Configuring the Toolbar; Selecting Data Points; Adding Hover Actions ... There is tons more I could touch on here, but don't feel like...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Alright, I’ll try to see when it happens again exactly what I did to try and replicate it, then i’ll raise the issue… as It’s not consistent honestly, but when it does happen it’s very annoying…
Thanks for reporting. This behavior is very annoying indeed!!
I have already a fix for it, which will part of our next version (4.1.3), to be released in a week and a half.