question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hover tips interfere with editor text selection

See original GitHub issue

Issue 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 (or pip, 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 hover hints interfere with highlighting text.

hover_and _drag

hover_and _drag_up

What steps reproduce the problem?

  1. Activate a hover
  2. Click and drag to highlight
  3. Can’t see the highlighting

What is the expected output? What do you see instead?

I think that if the hover windows disapapere if the user clicks in the editor that would be one way to solve it

Versions

  • Spyder version: master
  • Python version: 3.7.3 64-bit
  • Qt version: Qt 5.9.6
  • PyQt version: PyQt5 5.9.2
  • Operating System name/version: Linux

Dependencies

PASTE DEPENDENCIES HERE

cloudpickle >=0.5.0 : 1.2.1 (OK) pygments >=2.0 : 2.4.2 (OK) qtconsole >=4.6.0 : 4.6.0 (OK) nbconvert >=4.0 : 5.5.0 (OK) sphinx >=0.6.6 : 2.1.2 (OK) pylint >=0.25 : 2.3.1 (OK) psutil >=0.3 : 5.6.3 (OK) qtawesome >=0.5.7 : 0.5.7 (OK) qtpy >=1.5.0 : 1.9.0 (OK) pickleshare >=0.4 : 0.7.5 (OK) zmq >=17 : 18.1.0 (OK) chardet >=2.0.0 : 3.0.4 (OK) numpydoc >=0.6.0 : 0.9.1 (OK) spyder_kernels >=1.8.0;<2.0.0: 1.9.0.dev0 (OK) qdarkstyle >=2.7 : 2.7 (OK) atomicwrites >=1.2.0 : 1.3.0 (OK) diff_match_patch >=20181111 : 20181111 (OK) intervaltree : None (OK) watchdog : None (OK) keyring : None (OK) pexpect >=4.4.0 : 4.7.0 (OK) pympler : None (OK) sympy >=0.7.3 : 1.4 (OK) cython >=0.21 : 0.29.13 (OK) IPython >=4.0 : 7.9.0 (OK) matplotlib >=2.0.0 : 3.1.0 (OK) pandas >=0.13.1 : 0.25.0 (OK) numpy >=1.7 : 1.17.3 (OK) scipy >=0.17.0 : 1.3.1 (OK) pyls >=0.31.0;<0.32.0 : 0.31.1 (OK) xdg >=0.26 : 0.26 (OK) rtree >=0.8.3 : 0.8.3 (OK)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
goanpecacommented, Nov 26, 2019

I think that if the hover windows disapapere if the user clicks in the editor that would be one way to solve it

I agree that the hover should probably disappear on any key press. This should be a very easy fix.

0reactions
goanpecacommented, Nov 26, 2019

Would it be possible to disable hovers tips while the mouse button is depressed as well?

Absolutely! that is a silly UX :-p this one is probably on me 😆

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tooltips interfere with selecting text - Visual Studio Feedback
Here's what you need to do. 1. Hover over CustomerName. 2. Attempt to click m_customerName. the tooltip will be in the way.
Read more >
The problem with tooltips and what to do instead - Adam Silver
Tooltips are not only hard to use, but they're normally totally unnecessary. Learn why that is and what you could do instead.
Read more >
show hover tooltip on custom formatted element in tinymce ...
I want to show my provision value in a tooltip on hover selected element in tinymce editor. I have something like this:
Read more >
Use Hover Text on Mac - Apple Support
On your Mac, use Hover Text to display a high-resolution zoomed version of text, text fields, menu items, buttons, and more in a...
Read more >
Example: Tooltips - CodeMirror
When defining a hover tooltip, you provide a function that will be called when the pointer pauses over the editor. It gets the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found