Migrate from node-webkit to NW.js.
[pwl6.git] / BUGS.org
index 735bf0b..ccdfe9d 100644 (file)
--- a/BUGS.org
+++ b/BUGS.org
@@ -4,11 +4,13 @@
    performance.
 ** Use standard Unicode codepoints for icon fonts
    This is done via the [[https://korewanetadesu.com/pages/fontstandard.html][Font Standard]] icon font.
-** Work around incorrect Safari JIT generation.
+** Work around incorrect Safari JIT generation
    Some details of the symptoms / likely-but-unproven cause at
    https://korewanetadesu.com/safari-jit-bug.html.
-** Sped up background and book noise animations.
-** Cat paws.
+** Sped up background and book noise animations
+** Cat paws
+** DONE Migrate to nw.js (from node-webkit)
+
 
 * v1.2
 ** DONE Override the GPU blacklist on GNU/Linux
@@ -47,4 +49,6 @@
 ** TODO Choppy / staticy audio on iOS
    Especially when backgrounding, e.g. switching tabs. There's
    probably no easy way to avoid this.
-** TODO Upgrade from node-webkit to "nw".
+** TODO Scrolling is broken in licensing window
+This began when upgrading to nw.js 0.12 (from node-webkit 0.10.4). If
+it's broken one place it's probably broken other places also.