Open wak932 opened 2 years ago
I can verify this Bug — and another one which may be related.
This concerns JuiceBox Pro: I can no longer Browse for images and multi-select images from a folder of JPGs. Previously, I could insert multiple files from JuiceBox Pro's: Image Panel’s Browse for images.
After installing the latest Harman Air, JBPro has become very slow to populate the Images Panel: it was very quick previously.
A new Gallery will Save to default 'juicebox_gallery' but the Browse button no longer shows the “New Folder” button
Also, there is now no “New Folder” box being shown if, in the Save Panel, I hit the Browse button. Both of those were definitely available previously.
This is absolutely killing our user base on MacOs... any updates? @ajwfrost
I also verify this bug. Feels like a very important thing to be fixed because choosing files/directories and saving them is the main thing our software does and without that, it's not operational at all. In my experience, I was not able to select any folder using the browseForDirectory
at all.
macOS 12.1 has caused us a fair few problems, we'll be aiming to get an update out asap that resolves all of these sorts of issues..
AIR 33.1.1.731 MacOS Monteray 12.1
Problem Description
When using File.browseForDirectory the 'Open' button on the system file dialog is deactivated until you select a subfolder. This means that if you are in, for example, Downloads or Desktop when the dialog opens and that is where you wish to save to then you cannot select that location. This is a change in behaviour from preceding versions.
example:
package { import flash.display.MovieClip; import flash.filesystem.File;
public class TestClass extends MovieClip { public function TestClass() { var exampleBrowse:File = new File(); exampleBrowse.browseForDirectory('browse test'); } } }
run this - the directory you open to by default is the one you want, but you cannot select 'open'