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.

Regression bug in the tab bar of the editor: the mouseover and selected highlights do not show properly

See original GitHub issue

Problem Description

The mouseover and selected highlights in the tabbar of the editor are gone. I think this was introduced in PR #15124.

tabbar_editor

Versions

  • Spyder version: 5.1.0.dev0 d005fce99
  • Python version: 3.7.6 64-bit
  • Qt version: 5.12.5
  • PyQt5 version: 5.12.3
  • Operating System: Windows 10

Dependencies

# Mandatory:
atomicwrites >=1.2.0          :  1.4.0 (OK)
chardet >=2.0.0               :  3.0.4 (OK)
cloudpickle >=0.5.0           :  1.5.0 (OK)
cookiecutter >=1.6.0          :  1.7.2 (OK)
diff_match_patch >=20181111   :  20200713 (OK)
intervaltree >=3.0.2          :  3.0.2 (OK)
IPython >=7.6.0               :  7.16.1 (OK)
jedi =0.17.2                  :  0.17.2 (OK)
jsonschema >=3.2.0            :  3.2.0 (OK)
keyring >=17.0.0              :  21.2.1 (OK)
nbconvert >=4.0               :  5.6.1 (OK)
numpydoc >=0.6.0              :  1.1.0 (OK)
paramiko >=2.4.0              :  2.7.1 (OK)
parso =0.7.0                  :  0.7.0 (OK)
pexpect >=4.4.0               :  4.8.0 (OK)
pickleshare >=0.4             :  0.7.5 (OK)
psutil >=5.3                  :  5.7.2 (OK)
pygments >=2.0                :  2.6.1 (OK)
pylint >=1.0                  :  2.5.3 (OK)
pyls >=0.36.2;<1.0.0          :  v5.0.1+1.gd005fce99 (NOK)
pyls_black >=0.4.6            :  0.4.6 (OK)
pyls_spyder >=0.3.2           :  0.3.2 (OK)
qdarkstyle =3.0.2             :  3.0.dev (NOK)
qstylizer >=0.1.10            :  0.1.10 (OK)
qtawesome >=1.0.2             :  1.1.0.dev0 (OK)
qtconsole >=5.0.3             :  5.0.3 (OK)
qtpy >=1.5.0                  :  1.9.0 (OK)
rtree >=0.8.3                 :  0.9.4 (OK)
setuptools >=39.0.0           :  49.6.0.post20210108 (OK)
sphinx >=0.6.6                :  3.1.2 (OK)
spyder_kernels >=2.0.1;<2.1.0 :  2.1.0.dev0 (OK)
textdistance >=4.2.0          :  4.2.0 (OK)
three_merge >=0.1.1           :  0.1.1 (OK)
watchdog >=0.10.3;<2.0.0      :  0.10.3 (OK)
zmq >=17                      :  19.0.1 (OK)

# Optional:
cython >=0.21                 :  0.29.21 (OK)
matplotlib >=2.0.0            :  3.2.1 (OK)
numpy >=1.7                   :  1.20.2 (OK)
pandas >=1.1.1                :  1.1.4 (OK)
scipy >=0.17.0                :  1.5.3 (OK)
sympy >=0.7.3                 :  None (NOK)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:23 (23 by maintainers)

github_iconTop GitHub Comments

2reactions
jnsebgosselincommented, Apr 19, 2021

@ccordoba12

Ok, so in order to reduce the number of variables, I just did a fresh install of Anaconda and installed Spyder dependencies in a fresh new Python 3.8 environment (instead of 3.7) with conda install -c spyder-ide/label/dev --file requirements\conda.txt.

Everything now looks fine, so I think we can safely close this issue, since the problem was most likely due to my environment which was kind of outdated.

0reactions
ccordoba12commented, Apr 19, 2021

Great news @jnsebgosselin! Closing then.

I also think it was a problem on your end because no one else has reported it after we released 5.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

Regression: Some buttons don't show their tooltips any longer ...
Describe the bug This seems to be a regression in the plugin, ... and select a Paragraph block; the block toolbar appears; hover...
Read more >
UI: No mouseover effect for the different palettes in the Area tab
Description: When hoovering in the (font) color picker in the toolbar a visual indication is giving which color is selected.
Read more >
Safari Technology Preview Release Notes - Apple Developer
Fixed selecting timeline records from a coalesced record bar selecting the first ... If you see bugs or unexpected behavior with the interface...
Read more >
Eclipse Platform Release Notes - Workbench - Eclipse archive
Bug 70362. [EditorMgmt] Topmost editor not properly restored. Bug 70503. [Commands] ctrl+c, ctrl+v, ctrl+x accelerators dont work in some scenarios
Read more >
Changelog - Warp Documentation
Warp's Input Editor now has Syntax Highlighting and Error Underlining, with no configuration! Warp now uses a pointer cursor when hovering over links....
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