Text in "About Spyder" menu is not selectable
See original GitHub issueProblem Description
The text in the “About Spyder” menu is not selectable, and the version number must be typed by hand instead of copied and pasted.
What steps will reproduce the problem?
- Navigate to Help > About Spyder
- left click and drag mouse to try to select text
What is the expected output? What do you see instead?
Expect text to be selectable with mouse
Package Versions
- Spyder: 3.2.3
- Python: 3.6.2 64 bit
- Qt: 5.6.2
- PyQt: 5.6
- Operating System: Windows 7 Ultimate service pack 1
Dependencies
IPython >=4.0 : 6.1.0 (OK)
cython >=0.21 : 0.26 (OK)
jedi >=0.9.0 : 0.10.2 (OK)
nbconvert >=4.0 : 5.2.1 (OK)
numpy >=1.7 : 1.13.1 (OK)
pandas >=0.13.1 : 0.20.3 (OK)
pycodestyle >=2.3: 2.3.1 (OK)
pyflakes >=0.6.0 : 1.6.0 (OK)
pygments >=2.0 : 2.2.0 (OK)
pylint >=0.25 : 1.7.2 (OK)
qtconsole >=4.2.0: 4.3.1 (OK)
rope >=0.9.4 : 0.9.4-1 (OK)
sphinx >=0.6.6 : 1.6.3 (OK)
sympy >=0.7.3 : 1.1.1 (OK)
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
Menu text covered by icon(s) · Issue #15116 · spyder-ide ...
Launch spyder. click "Help" menu (or any of other menu) ... What do you see instead? the icons(s) and the text are not...
Read more >Anaconda spyder menus are not working and minimize ...
the background of the text turns blue, so it recognizes the click, but the menu does not show up. I have no idea...
Read more >Help — Spyder 5 documentation
Understanding help modes¶ ... You can use the options menu (Hamburger icon) in the top right of the Help pane to toggle the...
Read more >First Steps with Spyder — Spyder 5 documentation
You'll get familiar with opening Spyder in different ways, working with the four main panes and customizing the Spyder to your heart's content....
Read more >Spyder Terminal — Spyder 5 documentation
If you right click the terminal area, it's possible to issue commands such as Clear Terminal, Zoom In/Out and Copy/Paste Text. Spyder showing...
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
@CAM-Gerlach, fine by me if you want to work on this one. However, the Dependencies dialog has a Copy to clipboard button that allows to paste deps here.
OK, I’ve managed to reproduce it! This is somewhat related to the
Qt windows style.
I’m able to select the text when using the
Fusion
style, while I am not when using theWindowsVista
style.