Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: f6c67c1f2832f3ebab5e40a976e1b55351c97291
Ticket: deb6cddecf55c6921281f8f855b6b366aed6467e
tk 8.6.4 on mac osX 10.9 is inaccessible
User & Date: anonymous 2015-03-25 20:26:22
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    I compiled tcl 8.6.4 and tk 8.6.4 on mac OSX 10.9, and, using voice over ( a screen reader on the mac), the window seems inaccessible. I tested with a simple program (reproduced below), and it shows no buttons except the standard mac OS zoom, minimize, and close.
    Code:
    
     #! /bin/env tclsh
     package require Tk
     button .b -text {Push Me} -command {tk_messageBox -message {hello, world}}
     pack .b
    
    If this could be fixed that would be great, as I am hoping to use tcl/tk in a cross-platform game engine aimed mainly at the blind.
    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 8.6.4 on mac osX 10.9 is inaccessible"
  16. type changed to: "Bug"