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

IDLE tooltips stopped working between 2.7.14 and 2.7.15 on MacOS #77610

Closed
rhettinger opened this issue May 5, 2018 · 2 comments
Closed

IDLE tooltips stopped working between 2.7.14 and 2.7.15 on MacOS #77610

rhettinger opened this issue May 5, 2018 · 2 comments
Assignees
Labels
OS-mac topic-IDLE type-bug An unexpected behavior, bug, or error

Comments

@rhettinger
Copy link
Contributor

BPO 33429
Nosy @rhettinger, @terryjreedy, @ronaldoussoren, @ned-deily
Superseder
  • bpo-33241: Tooltip not display with macOS 64-bit installer 3.6.5 but work with macOS 64-bit/32-bit installer
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/terryjreedy'
    closed_at = <Date 2018-05-05.12:03:06.658>
    created_at = <Date 2018-05-05.07:16:18.514>
    labels = ['OS-mac', 'expert-IDLE', 'type-bug']
    title = 'IDLE tooltips stopped working between 2.7.14 and 2.7.15 on MacOS'
    updated_at = <Date 2018-05-05.12:03:06.657>
    user = 'https://github.com/rhettinger'

    bugs.python.org fields:

    activity = <Date 2018-05-05.12:03:06.657>
    actor = 'ned.deily'
    assignee = 'terry.reedy'
    closed = True
    closed_date = <Date 2018-05-05.12:03:06.658>
    closer = 'ned.deily'
    components = ['IDLE', 'macOS']
    creation = <Date 2018-05-05.07:16:18.514>
    creator = 'rhettinger'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33429
    keywords = []
    message_count = 2.0
    messages = ['316198', '316203']
    nosy_count = 4.0
    nosy_names = ['rhettinger', 'terry.reedy', 'ronaldoussoren', 'ned.deily']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '33241'
    type = 'behavior'
    url = 'https://bugs.python.org/issue33429'
    versions = ['Python 2.7']

    @rhettinger
    Copy link
    Contributor Author

    When upgrading from 2.7.14 to 2.7.15 on MacOS, the tooltips have stopped showing up:

        >>> range(    
                 ^--- formerly a tooltip box would pop-up at this point

    @rhettinger rhettinger added topic-IDLE type-bug An unexpected behavior, bug, or error labels May 5, 2018
    @serhiy-storchaka serhiy-storchaka changed the title IDLE tooltips stopped working between 2.7.14 and 2.7.15 IDLE tooltips stopped working between 2.7.14 and 2.7.15 on MacOS May 5, 2018
    @terryjreedy
    Copy link
    Member

    Tooltips still work fine on Windows and given Serhiy's edit, I presume the same is true on Linux. As far as I remember and have recorded in NEWS.txt, IDLE on 2.7 is unchanged for over a year, since sometime before 2.7.13 was released. It is too easy to break something and not notice. The IDLE tests, such as they are for 2.7, run without error.

    If you haven't, run IDLE from a terminal to see if any TclErrors or other exceptions get displayed. The immediately relevant files in idlelib, if you want to play with with debug prints, are CallTips.py and CallTipWindow.py.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    OS-mac topic-IDLE type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    4 participants