From 8fafbf1c4bd675bf5942e674f79eae2f8d1799a1 Mon Sep 17 00:00:00 2001 From: vczh Date: Mon, 31 May 2021 17:58:03 -0700 Subject: [PATCH] Update TODO.md --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 5e362e8c..75c6ba68 100644 --- a/TODO.md +++ b/TODO.md @@ -7,8 +7,8 @@ https://zhuanlan.zhihu.com/p/39369370 ### Bug - [ ] Remove global mouse hook for menu, add "PopupMode" in INativeWindow instead. - - [ ] Check: after opening a combo box, UP/DOWN/LEFT/RIGHT should move selected item - - [ ] Check: ALT into menus + - [x] Check: after opening a combo box, UP/DOWN/LEFT/RIGHT should move selected item + - [x] Check: ALT into menus - [ ] Check: model window activation/focusing - [ ] `GlobalStringKey` need to remember the `GlobalStringKeyManager` object, and if the global object is changed, it means this key becomes a wild pointer, it should crash. - [ ] `let X = Y in (F(X.a.b.c))` reports `X does not exist in the current scope` in binding property value