Adobe-Runtime-Support icon indicating copy to clipboard operation
Adobe-Runtime-Support copied to clipboard

Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.

Results 518 Adobe-Runtime-Support issues
Sort by recently updated
recently updated
newest added

Hi Andrew, Just got this bug today when debugging my App: java.lang.ArrayIndexOutOfBoundsException: Index -2 out of bounds for length 3737 at flash.tools.debugger.concrete.ScriptText.getLine(ScriptText.java:38) at flash.tools.debugger.concrete.DModule.getLine(DModule.java:135) at flex.tools.debugger.cli.DebugCLI.dumpBreakLine(DebugCLI.java:2485) at flex.tools.debugger.cli.DebugCLI.dumpHaltState(DebugCLI.java:2289) at flex.tools.debugger.cli.DebugCLI.runningLoop(DebugCLI.java:2821)...

Bug

Currently a user-defined public namespace can only be used in properties/methods. This code: ```as use namespace my_namespace; my_namespace class ClassName // Error: A user-defined namespace attribute can only be used...

Feature

## Problem Description `StageWebView` cannot get camera access with macOS. So you cannot use webframes with some camera integrations for macOS. Tested with multiple AIR versions, even with latest AIR...

Bug

Hi! Running this sample code, you can see the incorrect outputs: ```as // High Surrogate: trace("\uD83E".charCodeAt(0).toString(16).toLocaleUpperCase()); // 3F trace("\uD83F".charCodeAt(0).toString(16).toLocaleUpperCase()); // 3F // Low Surrogate: trace("\uDCDC".charCodeAt(0).toString(16).toLocaleUpperCase()); // 3F trace("\uDCBA".charCodeAt(0).toString(16).toLocaleUpperCase()); // 3F...

Bug

## Problem Description Switching stage focus from one AS3 Textfield to another in Android Causes ANR Using AIR SDK 51.1.3.10 Occurs only on Android Discovered after spike in our Google...

Bug

## Problem Description Activate already launched application causes video flickering. It also happens when you return from Alarm Clock or unlock device, turn on screen or switch from another application....

Hi! The Proxy class documentation need to be fixed. adobe docs: https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/utils/Proxy.html airsdk.dev docs: https://airsdk.dev/reference/actionscript/3.0/flash/utils/Proxy.html (need to be fixed) Thanks!

Bug

I found this message in all games on the Play Store. We detected the following resizability and orientation restrictions in your game: com.adobe.air.OrientationManager.setAspectRatio To improve the user experience of your...