summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-14 12:56:52 -0400
committerPietro Gagliardi <[email protected]>2014-04-14 12:56:52 -0400
commit2afbaa033dd8d8ecc4747ad70230015cdab6902f (patch)
tree6dff1fe1cefd5f3b68e308c81a3a1e095a27f11c
parent3cb3d5f97ed8522891b23f3f102a7ac86ae45cb7 (diff)
More TODOs.
-rw-r--r--todo.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.md b/todo.md
index aa3c11e..712eeac 100644
--- a/todo.md
+++ b/todo.md
@@ -9,6 +9,7 @@ super ultra important things:
- in general, figure out what to do on multiple events, period
- OS X: handle Insert/Help key change in a sane and deterministic way
- will need old and new Mac keyboards...
+- OS X: the behavior of Modifiers and other keys is broken: keyDown:/keyUp: events stop being sent when the state of Modifiers changes, which is NOT what we want
- make sure MouseEvent's documentation has dragging described correctly (both Windows and GTK+ do)
- fix OS X so that it follows these rules
- cap click count to 2 on all platforms