summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordrh <drh@sqlite.org>2001-11-27 14:08:04 (GMT)
committerdrh <drh@sqlite.org>2001-11-27 14:08:04 (GMT)
commitfcc2a1cf19f07f1d0ddf45a86726eef7cd18e2b2 (patch)
tree90ac322a850756c0dc65c3caa33c3ed7834f544f /ChangeLog
parent3be7b28beca41a79f04ec5937636395f5feb9fdf (diff)
downloadtk-fcc2a1cf19f07f1d0ddf45a86726eef7cd18e2b2.zip
tk-fcc2a1cf19f07f1d0ddf45a86726eef7cd18e2b2.tar.gz
tk-fcc2a1cf19f07f1d0ddf45a86726eef7cd18e2b2.tar.bz2
When a menu is torn off, a new "clone" menu is created which is an exact
copy of the original. The copy even includes the tearoff bar, though the tearoff bar is not displayed. But even though it wasn't displayed, the tearoff bar on the tearoff menu could be visited using keyboard traversal. This change makes it so that the (invisible) tearoff bar of tearoff menus is no longer visited on keyboard traversal.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39a1938..a6656ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-27 D. Richard Hipp <drh@hwaci.com>
+
+ * library/menu.tcl: Do not allow keyboard traversal of torn-off
+ menus to visit the (invisible) tearoff bar.
+
2001-11-26 D. Richard Hipp <drh@hwaci.com>
* win/tkWinMenu.c: disabled menu items show the activebackground