From b60953ed1c5725b23f255d17899765c84ea0c607 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 28 Jul 2018 13:57:20 -0400 Subject: [PATCH] More TODOs. --- windows/table.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/table.cpp b/windows/table.cpp index b8690a73..85a51c1a 100644 --- a/windows/table.cpp +++ b/windows/table.cpp @@ -6,6 +6,7 @@ // - should clicking on some other column of the same row, even one that doesn't edit, cancel editing? // - implement keyboard accessibility // - implement accessibility in general (Dynamic Annotations maybe?) +// - if I didn't handle these already: "drawing focus rects here, subitem navigation and activation with the keyboard" uiTableModel *uiNewTableModel(uiTableModelHandler *mh) {