ultimatepp/uppsrc/Turtle/issues
oblivion 7ced7adaac Turtle: Ported to VirtualGui, added project templates and API docs.
git-svn-id: svn://ultimatepp.org/upp/trunk@14944 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-08-31 12:12:33 +00:00

18 lines
No EOL
683 B
Text

Known Issues
------------
1) LaunchWebBrowser function doesn't work, at the moment.
Hopefully, this is a temporary regression.
Maybe it should be handled generally for VirtualGUi-based stuff, using a callback?
2) uppsrc contains various proprocessor definitons for Turtle.
They are obsolete now and better be removed. (VIRTUALGUI is sufficient)
3) The VirtualGui-based Turtle package inherits the problems of the old Turtle package.
a) One such major problem is that on windows platform, closing the remote app throws an
exception on the server side. This requires further investigation.
b) The other one is high cpu usage even on idle state.