Tk Source Code

View Ticket
Login
2016-08-20
15:30 Closed ticket [2925561fff]: Reopen of 2834772; ttk::combobox receives focus when disable plus 6 other changes artifact: 4ad290af1a user: dkf
2012-07-26
22:10 Pending ticket [2925561fff]. artifact: 8996248eb2 user: dgp
2010-01-04
11:31 New ticket [2925561fff]. artifact: 4065599603 user: cmi5

Ticket UUID: 2925561
Title: Reopen of 2834772; ttk::combobox receives focus when disable
Type: Bug Version: obsolete: 8.5.8
Submitter: cmi5 Created on: 2010-01-04 11:31:05
Subsystem: 88. Themed Tk Assigned To: jenglish
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2016-08-20 15:30:50
Resolution: Fixed Closed By: dkf
    Closed on: 2016-08-20 15:30:50
Description:
I still get the a <FocusIn> event with latest ActiveState 8.5.8.
Fresh download from 4.1.2010.

OS: Sparc Solaris 10
Tk_Patchlevel 8.5.8

How to reproduce

ttk::combobox .c -state disabled
pack .c
bind all <FocusIn> {puts "%W focus in"}

 ...click inside combox entry field..

I see the message of the bind

Maybe it is an OS specific issue with focus
User Comments: dgp added on 2012-07-26 22:10:37:
Reportedly fixed several months back.
http://core.tcl.tk/tk/info/dfb108b671