Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: 8a3f6af38a8006e55e4767d1d6d0f7ab8959e608
Ticket: df09b0665cfb22b4bdfc41e34fc466739d488d65
entry can't get the focus after tk_getSaveFile or tk_getOpenFile is called
User & Date: anonymous 2014-01-12 00:40:07
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    ~ Code
    
    ttk::combobox .c -text btn
    ttk::entry .e # either ttk::entry or entry
    pack .c .e
    tk_getOpenFile # either this or tk_getSaveFile
    
    ~ Steps to Reproduce
    
    0. Save the code above as a script file
    1. Run it
    2. Deal with the "Open File" stuff. Try to click on the entry; nothing happens
    3. Click on combobox's button
    4. Then click on the entry; it gets the focus
    
    ~ Actual Results
    
    The entry can't get the focus before we click on the combobox
    
    ~ Expected Results
    
    The entry should always be responsible for user's clicks.
    
    ~ Additional Information
    
    Windows 7 x64.
    
  5. foundin changed to: "8.6.1"
  6. is_private changed to: "0"
  7. login: "anonymous"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "c1589a2fa4fc7951c4aba10439d3b95af55c3a63"
  10. resolution changed to: "None"
  11. severity changed to: "Important"
  12. status changed to: "Open"
  13. submitter changed to: "anonymous"
  14. subsystem changed to: "88. Themed Tk (Ttk)"
  15. title changed to:
    entry can't get the focus after tk_getSaveFile or tk_getOpenFile is called
    
  16. type changed to: "Bug"