airsdk / Adobe-Runtime-Support

Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.
206 stars 11 forks source link

Issue on browsing for file twice : OSX 12.1 with AIR 33.1.1.713 #1509

Open anthodb opened 2 years ago

anthodb commented 2 years ago

There is an issue while browsing for file on OSX 12.1 with AIR 33.1.1.713. First time we use the Browse dialog for image files, it's working as expected. Second time, during the same session the browse dialog is frozen. Tested on multiple macs with different configurations, no workaround found. In OSX 12, no issue.

ajwfrost commented 2 years ago

Thanks, yes we have a fix for this and are working on a release to update it..

twhamilton commented 2 years ago

This is a show stopper for our applications as well. Happy New Year from Apple. Thanks in advance for the new release to fix this!

ajwfrost commented 2 years ago

Hi - fyi there's an updated AIR SDK to fix this now, currently available via the below link (or see the Release Notes for details. https://airsdk.harman.com/download/33.1.1.731 thanks

stevenspeirs commented 2 years ago

Hi. Any ETA on a new standalone runtime with the fix? Thanks!

myflashlab commented 2 years ago

Awesome. @ajwfrost it now works flawlessly with Mac OS 12.1 👍

Danik commented 2 years ago

Thanks a lot for the fast response on this!

pol2095 commented 2 years ago

FileFilter not working now (Air 33.1.1.731), all files are selectable.

var txtFilter:FileFilter = new FileFilter("Images", "*.jpg;*.jpeg;*.gif;*.png");
var file:File = File.desktopDirectory;
file.browseForOpen("Please select a file...", [txtFilter]);
ajwfrost commented 2 years ago

@stevenspeirs I had wondered about that ... we appear to have a number of linked issues such as what @pol2095 mentions above plus other problems with file and directory browsing with 12.1 (I'm hoping that the issues are still existing with 12.2 since our test machine is now updated to that..!). Once we've done the next release, I'll get this loaded as a new shared runtime as well...

twhamilton commented 2 years ago

Another related issue that remains in 33.1.1.731 is that browseForDirectory is not behaving properly. I behaves like browseForFile instead.

anthodb commented 2 years ago

We have clients reporting also the browseForDirectory is not working correctly on 12.2

anthodb commented 2 years ago

Do you have plan for a new release? The problem with browsing for directories or multiple files at once is really critical for our business. Thanks a lot

ajwfrost commented 2 years ago

Yes - updated release was posted yesterday, both as a new SDK version and also a new runtime version (you may need to just refresh the web page in case it's cached?) - 33.1.1.743 is the number you should see now on https://airsdk.harman.com/runtime

thanks

pol2095 commented 2 years ago

Thanks, FileFilter work now.

Ann-JS commented 2 years ago

I am very happy to report that the latest Harman Air .743 Update has fixed all of the problems which I was having when using JuiceBox Pro with the previous Harman build. The Images Panel/Browse now lets me find and select multiple image files; and the Publish/Save/Browse button now allows one to set a new named location into which to Save a Gallery. Image-population was quite slow the first time that I ran it immediately after installation of the new Harman Air Update but this has now returned to normal speedy loading with my second run. I am running JBPro on an M1 MacBook Pro.

Thank you for fixing this issue,

Ann