From ac27e24add9ac7992447efe8642bd9e1a5d59514 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 23 Jun 2018 11:27:02 -0400 Subject: [PATCH] And even more still. I'm just gonna clean everything up for a merge at this point. --- windows/table.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/table.cpp b/windows/table.cpp index a070c82b..315f5e37 100644 --- a/windows/table.cpp +++ b/windows/table.cpp @@ -4,6 +4,8 @@ // general TODOs: // - tooltips don't work properly on columns with icons (the listview always thinks there's enough room for a short label because it's not taking the icon into account); is this a bug in our LVN_GETDISPINFO handler or something else? // - 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?) static uiTableTextColumnOptionalParams defaultTextColumnOptionalParams = { /*TODO.ColorModelColumn = */-1,