notes about additional bugs

This commit is contained in:
Ben Fry
2016-11-08 14:00:15 -05:00
parent 222ac5545e
commit 210f1cda15
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -60,7 +60,12 @@ _ https://github.com/processing/processing/issues/3753
javafx
_ mouseWheel() not working with FX2D
_ https://github.com/processing/processing/issues/4169
_ wrong window size with fullScreen()
_ https://github.com/processing/processing/issues/4737
_ menu bar not hiding properly in exported applications with FX2D
_ https://github.com/processing/processing/issues/4527
_ hideMenuBar() called from setup() works fine
_ just call it around setup time?
_ the --hide-stop option not working (FX only? traces?)
+5
View File
@@ -3,6 +3,11 @@ X only require reference.zip (and internet connection) when building dist
X set text style properly for Contribution Manager error message
_ Export Application fails on machines w/ non-ASCII chars in user name
_ at least give a warning about this?
_ https://github.com/processing/processing/issues/4736
_ related: https://github.com/processing/processing/issues/3543
_ move the DEBUG flag into an external file or preferences.txt
_ will help us with debugging w/ others as well