Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot change between UI tabs on OSX #2598

Closed
joshburnett opened this issue Aug 7, 2015 · 3 comments · Fixed by #2702
Closed

Cannot change between UI tabs on OSX #2598

joshburnett opened this issue Aug 7, 2015 · 3 comments · Fixed by #2702
Assignees
Milestone

Comments

@joshburnett
Copy link

Description

What steps will reproduce the problem?

  1. Start Spyder via python bootstrap.py
  2. Try to change between Console, History Log, IPython Console, Object Inspector, Variable Explorer, etc.
  3. The tab selectors now look like this:
    image
    ...and the tabs have not changed state.
  4. If I change to a different app, and then change back to Spyder, the originally-selected tab and the last-selected tab will be highlighted, like so (IPython console tab initially selected, then clicked on Console, and then History log):
    image
    But the UI is still showing the IPython console tab.

I can get a particular tab to show up if I first hide the pane and then make it visible again via the View > Panes menu items.

Version and main components

  • Spyder Version: 3.0.0b1
  • Python Version: 2.7.10
  • Qt Versions: 4.8.6, PyQt4 (API v2) 4.11.3 on Darwin

Optional dependencies

pyflakes >=0.5.0:  0.9.2 (OK)
pep8 >=0.6      :  1.6.2 (OK)
pygments >=1.6  :  2.0.2 (OK)
IPython >=3.0   :  3.2.0 (OK)
zmq >=13.0.0    :  14.7.0 (OK)
pandas >=0.13.1 :  0.16.2 (OK)
sphinx >=0.6.6  :  1.3.1 (OK)
psutil >=0.3    :  2.2.1 (OK)
rope >=0.9.4    :  0.9.4 (OK)
jedi >=0.8.1    :  0.8.1 (OK)
matplotlib >=1.0:  1.4.3 (OK)
sympy >=0.7.3   :  0.7.6 (OK)
pylint >=0.25   :  None (NOK)

@blink1073
Copy link
Contributor

I see the same thing. @goanpeca:

 $ git bisect bad
e042cfc9a153baa91101f41aa52ff4cb1c6dee4f is the first bad commit
commit e042cfc9a153baa91101f41aa52ff4cb1c6dee4f
Author: Gonzalo Peña <goanpeca@gmail.com>
Date:   Sun Apr 26 23:08:33 2015 +0200

    Add drag support for dockwidgets sharing same position

:040000 040000 86292e5630d8b9371a6d8ce2cb9595fe376b9a9d 468580d4e3247fd8eede540d113a524c7dacc622 M  spyderlib

@goanpeca
Copy link
Member

goanpeca commented Aug 7, 2015

Hmmm ... I need a mac! :s

@goanpeca goanpeca self-assigned this Aug 7, 2015
@goanpeca goanpeca added this to the v3.0 milestone Aug 7, 2015
@ccordoba12
Copy link
Member

I thought that was the case too. @goanpeca, this needs to be fixed for beta2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants