summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2022-05-11 17:15:37 -0500
committerGitHub2022-05-11 17:15:37 -0500
commit4674e777702592e8b071427cced6d6fb35a15fda (patch)
treee3a36a7aa4549222b92ddbdd32bf32c9aa7249c1
parent28633803b1f8c2097c7d86153cebc8dd527c5360 (diff)
downloadgn-gemtext-4674e777702592e8b071427cced6d6fb35a15fda.tar.gz
Create fix-correlation-table.gmi
-rw-r--r--issues/fix-correlation-table.gmi17
1 files changed, 17 insertions, 0 deletions
diff --git a/issues/fix-correlation-table.gmi b/issues/fix-correlation-table.gmi
new file mode 100644
index 0000000..d5f0403
--- /dev/null
+++ b/issues/fix-correlation-table.gmi
@@ -0,0 +1,17 @@
+# Fix some display issue with the Correlation Results table (plus add column resizing)
+
+## Description
+
+The correlation table appears to have a couple issues:
+* When you click inside the table and scroll left/right with the arrow keys on your keyboard, headers become unaligned with the row contents (I can reproduce this)
+* Scrolling (presumably with the arrows keys as well?) sometimes skips rows (I haven't been able to reproduce this)
+
+Since these issues don't appear to occur in the search results table, I'm going to try to just use the same code for both tables (which includes adding resizable columns).
+
+## Tags
+
+* assigned: zsloan
+* priority: medium
+* type: bug, feature-enhancement
+* status: in progress
+* keywords: correlation, datatables, javascript