mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-01 14:22:41 -06:00
24 lines
1.1 KiB
Text
24 lines
1.1 KiB
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.
|
|
|
|
One such major problem is that on windows platform, closing the remote app throws an
|
|
exception on the server side. This requires further investigation.
|
|
|
|
4) KeyboardEvent.KeyCode and KeyboardEvent.which properties are deprecated and are going
|
|
to be emoved from the standard.
|
|
See: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode
|
|
See: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/which
|
|
Recommended alternatives: KeyboardEvent.key and KeyboardEvent.code.
|
|
See: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/code
|
|
See: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key
|