Menu

#108 ComboBox flashes and disappears under OS X

bug
open
None
5
2015-04-10
2015-02-13
No

Under OS X, the Tix combobox flashes and then disappears when clicked. The small patch below fixes the issue so that the box remains visible until the combo button is released by the user:

--- /Users/kevin/Downloads/Tix8.4.3/library/ComboBox.tcl 2015-02-12 22:22:18.000000000 -0500
+++ /Users/kevin/tcl-tk-8511/Tix8.4.3/library/ComboBox.tcl 2015-02-12 23:54:37.000000000 -0500
@@ -1301,9 +1301,10 @@
set data(popped) 1

 # add for safety

- update

  • tixComboBox:Grab $w
  • update
  • if {[tk windowingsystem] ne "aqua"} {
  • tixComboBox:Grab $w
  • }
    }

proc tixComboBox:SetCursor {w cursor} {

Discussion

  • Kevin Walzer

    Kevin Walzer - 2015-04-10
    Post awaiting moderation.
  • Kevin Walzer

    Kevin Walzer - 2015-04-10
    Post awaiting moderation.

Log in to post a comment.

MongoDB Logo MongoDB