From 6b524493ac9e41c90231523c161395a3e6711db8 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Wed, 2 Mar 2016 08:33:23 -0500 Subject: [PATCH] update todo --- pd/nw/todo.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pd/nw/todo.txt b/pd/nw/todo.txt index 8a9b6fad3..7f283f7a4 100644 --- a/pd/nw/todo.txt +++ b/pd/nw/todo.txt @@ -19,10 +19,8 @@ Event settings for edit mode * a click in the box will anchor the box and trigger #2 above HTML5 which may not be standard yet: -1) mouse.pageX/pageY -- exist in Chromium but maybe not in FF et al. -2) svg 'overflow' attribute -- probably doesn't work in other browsers -3) document.body.scrollTop (might be Chromium-specific, not sure) -4) document.body.scrollLeft (might be Chromium-specific, not sure) +1) document.body.scrollTop (might be Chromium-specific, not sure) +2) document.body.scrollLeft (might be Chromium-specific, not sure) Problems to put off until all (or most) sys_vgui calls are eliminated: [x] gui-side parser inside -- pdgui.js -- GitLab