Report Bugs
Help us with the issues you are facing by taking one of the following actions:
- VOTE: Help us rank the most relevant bug -by doing this you will also get status updates
- COMMENT: Join the conversation and help us identify the problem
- SUBMIT: If you can’t find the issue you are experiencing, report a new one
When filing a new bug, please provide:
- Version of Adobe Bridge
- Steps to reproduce the issues
- Operating System
- Expected result
- Actual result
- Optional- Upload your File or Video
Want to be the first to see the next release of Bridge? Join the Bridge Prerelease Program
For any issues with the Prerelease builds, please use the Bridge Prerelease Forum
Thank you for your time, we really appreciate your feedback.
10 results found
-
Bridge Photoshop image processor failure mac
Adobe Bridge is failing to convert Camera Raw files into Jpg files using Tools>Photoshop>Image processor. the files get opened in Photoshop but do not get saved. an error is reported and the files remain open in photoshop
1 vote -
Broken app.refresh(); in v2024 (14.0.0.102)
Calling app.refresh(); is broken, at least in Mac Ventura 13.7
Update:
When only performing a rename on selected files, the refresh doesn't work, so the new filenames aren't visible until manually refreshing.
However, if I also save the existing names to the preserved filename metadata field before renaming, the refresh works.
1 vote -
AppleScript does not work in Bridge 2023 and 2024
en_US
Until Adobe Bridge 2022, AppleScript was supported and "do javascript" commands could be executed. This allowed for integration, such as sending Finder selections directly to a scripting process in Bridge.
However, since version 2023, AppleScript is no longer supported. There is no AppleScript dictionary sdef file in the application bundle, so there is no possibility for it to work. Even if the sdef is ported from 2022, it will not work.
I have determined that this is a bug, as there seems to be no official information that AppleScript has been removed. It is an expected specification of Adobe…
10 votes -
When running a script containing a "prompt()", Bridge 2023 reports that "prompt is not a function" and stops the script.
When running a script containing a "prompt()", Bridge 2023 reports that "prompt is not a function" and stops the script.
These scripts do run in previous versions.2 votes -
batch process
Hi - on my Adobe Bridge 2023 the option Choose Tools > Photoshop > Batch (Bridge) is now gone - I can't batch files with an action?
3 votes -
Keyboard Shortcuts Panel does not contain commands created in the script (via new MenuElement)
Bridge version 14.0.0.102
Bridge (Beta) version 14.0.0.941 vote -
Collections Panel does not update on ExtendScript app.createCollection("new collection")
app.createCollection("new collection");
Prior to Bridge v13 (2023), this ExtendScript command would create a new collection and the Collections Panel would update to show the new collection.
Now, the command creates a collection, but the Collections Panel does not update. The new collection only becomes visible after either toggling the Bridge UI to a different Workspace then back, or closing and re-opening the Collections Panel. Please restore the Collections Panel update so new collections are visible when they are created via script, or advise on an ExtendScript workaround to refresh the collections panel after creating a new collection in our script.…
2 votes -
scripting broken in 10.0.0.124
Hangs when attempting to run a custom script. Ran fine in 9.1
2 votesSorry to hear the your scripts are not working. Will you be able to share the script which is having issues? Thanks
-
app.document.chooseMenuItem(); will not work in an onClick() function
This fault was reported 7 years ago but still not fixed.
https://feedback.photoshop.com/photoshop_family/topics/bridge_choosemenuitem_command_does_not_work_in_an_onclick_functionSame example...
target bridge
var w = new Window('dialog');
w.bu1 = w.add('button',undefined,'Info');
w.bu1.preferredSize=[60,30];
w.bu2 = w.add('button',undefined,'Cancel');
w.bu2.preferredSize=[60,30];
//this will work here
app.document.chooseMenuItem("mondo/command/about");
w.bu1.onClick=function(){
//Will not work here, this applies to all chooseMenuItem commands.
app.document.chooseMenuItem("mondo/command/about");
alert("Command given to show about");
}
w.show();3 votes -
Kontaktabzug II über PS CC funktioniert nicht aus Bridge CC
Photoshop CC 20.0.1, Bridge CC 9.0.2.219 x64, Windows 10;
Bei Aufruf von Kontaktabzug II aus Bridge mit vielen Bildern (64 im vorliegenden Fall) zeigt der Dialog in Photoshop "0 Bilder ausgewählt". Hat aber schon funktioniert, Ursache und Randbedingungen (wann es geht, wann es nicht geht) völlig unklar.
Wird de-installiert und die vorhergehende Version (19.x und 8.x) wieder installiert; war nicht perfekt, hat aber zuverlässig funktioniert.
2 votes
- Don't see your idea?