Re: cascaded menus no longer display until mouse is released (Tk 8.5.8 or 8.5.9 change?)
Irwin Tillman <[email protected]>
| Newsgroups | gmane.mail.exmh.user |
|---|---|
| Message-ID | <[email protected]> |
>Just a thought... Have you checked the clickToFocus option referred to in
>TIP 360 in your X11 environment?
Yep, I tried that:
As per the instructions in the patch corresponding to TIP 360
https://sourceforge.net/tracker/index.php?func=detail&aid=2920409&group_id=12997&atid=312997
I added a *Menu.clickToFocus resource (to my ~/.exmh/exmh-defaults file).
I tried setting it true and then to false; neither had any apparent effect on this issue.
--
I've found that replacing the ./library/menu.tcl file in Tk 8.5.9 with the version
shipped with Tk 8.5.8 works around the issue. Not the most elegant solution, and
perhaps this might break something else, but it seems to work for me.