Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: 422449d89dd3202ab544c54807ef1268b047d09a
Ticket: 2effa4b31655ece489b4ae36154101df37a369f1
tk version 8.6.4, windows 7 x64, window is not focused on create
User & Date: anonymous 2015-03-25 19:37:27
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    When a tk program is run through wish on windows 7, using tk 8.6.4, and a window is created, it doesn't seem to be focused by default. I have tested with the following program:
    
     #! /bin/env tclsh
     package require Tk
     button .b -text {Push Me} -command {tk_messageBox -message {hello, world}}
     pack .b
    
    When using jaws for windows (a screen reader I use as I am blind), it reports that there is no active window when I run that program through wish. Alt tabbing a few times will bring the window in focus.
    Preferably the window should be focused automatically when created, to minimize problems and confusion for users of screen readers.
    Thanks,
    -Michael.
    
  5. foundin changed to: "8.6.4"
  6. is_private changed to: "0"
  7. login: "anonymous"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "de70cdf78a36951064ed26417d95ada673b49280"
  10. resolution changed to: "None"
  11. severity changed to: "Important"
  12. status changed to: "Open"
  13. submitter changed to: "anonymous"
  14. subsystem changed to: "(unused)"
  15. title changed to:
    tk version 8.6.4, windows 7 x64, window is not focused on create
    
  16. type changed to: "Bug"