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: closing "Go to Line" on OS X 3.7 activates wrong window #78462

Closed
eamartin mannequin opened this issue Jul 30, 2018 · 3 comments
Closed

IDLE: closing "Go to Line" on OS X 3.7 activates wrong window #78462

eamartin mannequin opened this issue Jul 30, 2018 · 3 comments
Assignees
Labels
3.7 (EOL) end of life topic-IDLE type-bug An unexpected behavior, bug, or error

Comments

@eamartin
Copy link
Mannequin

eamartin mannequin commented Jul 30, 2018

BPO 34281
Nosy @terryjreedy
Superseder
  • bpo-34120: IDLE: Freeze when closing Settings (& About) dialog on MacOS
  • 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-07-31.02:34:21.240>
    created_at = <Date 2018-07-30.13:06:36.810>
    labels = ['expert-IDLE', 'type-bug', '3.7']
    title = 'IDLE: closing "Go to Line" on OS X 3.7 activates wrong window'
    updated_at = <Date 2018-07-31.02:34:21.238>
    user = 'https://bugs.python.org/eamartin'

    bugs.python.org fields:

    activity = <Date 2018-07-31.02:34:21.238>
    actor = 'terry.reedy'
    assignee = 'terry.reedy'
    closed = True
    closed_date = <Date 2018-07-31.02:34:21.240>
    closer = 'terry.reedy'
    components = ['IDLE']
    creation = <Date 2018-07-30.13:06:36.810>
    creator = 'eamartin'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 34281
    keywords = []
    message_count = 3.0
    messages = ['322673', '322697', '322711']
    nosy_count = 2.0
    nosy_names = ['terry.reedy', 'eamartin']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '34120'
    type = 'behavior'
    url = 'https://bugs.python.org/issue34281'
    versions = ['Python 3.7']

    @eamartin
    Copy link
    Mannequin Author

    eamartin mannequin commented Jul 30, 2018

    After entering a line number, clicking OK brings to the foreground and makes active the first hidden window (in the simplest case where we have just one window for a .py file and the Shell window, the former being in the foreground, clicking OK brings the Shell window to the foreground).

    @eamartin eamartin mannequin added the 3.7 (EOL) end of life label Jul 30, 2018
    @eamartin eamartin mannequin assigned terryjreedy Jul 30, 2018
    @eamartin eamartin mannequin added topic-IDLE type-bug An unexpected behavior, bug, or error labels Jul 30, 2018
    @terryjreedy
    Copy link
    Member

    I suspect that this results from a problem with the new tkinter/tcl/tk8.6 delivered with 3.7. See bpo-34275.

    @terryjreedy terryjreedy changed the title "Go to Line" broken on OS X IDLE: closing "Go to Line" on OS X 3.7 activates wrong window Jul 30, 2018
    @terryjreedy
    Copy link
    Member

    After doing some experiments, I decided that this is the same issue with a different window.

    @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
    3.7 (EOL) end of life topic-IDLE type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant