itlancer
itlancer
## Problem Description Using `Stage` methods from native extension cause "`Error #2070: Security sandbox violation`" while `NetStream` in "Data Generation Mode". Happens only with latest AIR 51.0.1.1. Seems broken after...
## Problem Description `NativeWindow` creation cause crash without adl usage in some cases for some Linux devices. I can reproduce it with making main window visible, turn it to fullscreen...
## Problem Description `EncryptedLocalStore` doesn't work with Linux devices if AIR application runs under `sudo`. It just throw exception when you try to use it. Tested with latest multiple AIR...
## Feature Description `NativeMenu::close()` method should be implemented to close displayed `NativeMenu` or `ContextMenu` programmatically. Right now there is no way to hide such menus (after it was showed) by...
## Problem Description Non-embedded fonts displayed without anti-aliasing (smoothing) for Windows devices. Embedded fonts looks better better. I tried multiple approaches - nothing helps: - `TextRenderer.setAdvancedAntiAliasingTable()` with `CSMSettings` - `TextRenderer.displayMode`...
## Problem Description `NativeWindow::resizeToScreen()` resize window only to 1/4 of Retina screen for macOS devices. Tested with latest AIR 50.2.4.5 and 51.0.0.4 with multiple macOS devices (Intel-based and ARM) with...
## Problem Description `Event.ACTIVATE` dispatched twice for `NativeWindow` with macOS. It could cause errors in applications logic. Tested with latest AIR 50.2.4.5 with multiple macOS devices (Intel-based and ARM) with...
## Problem Description Chromeless (`none`) main AIR application window positioning at strange coordinates on start for macOS. It cause unexpectable behavior for users on start AIR applications that uses windows...
## Description Large (256 * 256 pixels) icons support for associated file types essential for modern OS versions. Right now AIR support only 128*128 pixels as maximum: https://help.adobe.com/en_US/air/build/WSfffb011ac560372f2fea1812938a6e463-8000.html#WSfffb011ac560372f2fea1812938a6e463-7fdd Earlier similar...
## Problem Description Media (audio or video) playback stop working after RDP (Remote Desktop Protocol) session disconnection. Problem occurs on remote desktop side of Windows device. When client RDP session...