Skip to content

William Campbell

My feedback

6 results found

  1. 7 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    William Campbell commented  · 

    Same here. Driving me nuts. Please fix ASAP. Also can't disable home screen. This upgrade is epic fail for the quality control department.

    William Campbell supported this idea  · 
  2. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    William Campbell shared this idea  · 
  3. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    William Campbell shared this idea  · 
  4. 135 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    FIXED  ·  amaarora responded

    Fix for this issue is now available in the latest update of InDesign 2020 – that is, InDesign 15.1.2

    In the Creative Cloud Desktop application, click on the Updates section on the left. You should be able to see the Update available for InDesign. Please update your InDesign application to this version to try out the fix.

    Let us know in the comments section if you still face this problem.


    Adobe InDesign Team

    An error occurred while saving the comment
    William Campbell commented  · 

    Another side-effect surely related. When exporting PDF going to prepress workflow, in prior versions export PDFs directly to hot folder and once writing complete, InDesign releases lock on file and workflow picks it up. New version ID 2020 now retains lock on file even when writing is complete, so prepress workflow never takes files in hot folder. File is essentially locked forever. Only solution is to close ID app on Mac. So workaround have to close ID after exporting PDF every job, then re-open. Definite bug.

  5. 109 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hello All,

    Thank you for reporting the issue to us.
    We have fixed the issue in the latest version of InDesign, Id 14.0.3

    Please upgrade your InDesign application to the latest version to try out the fix.

    If you are unable to see the update yet, go to Creative Cloud desktop application, open the menu (three dots) from the top-right corner and click on ‘Check For App Updates’.

    If you face any problems with the new update, do let us know in the comments.

    You may also follow the below given link for the list of all fixed issues in Id 14.0.3
    https://helpx.adobe.com/indesign/kb/fixed-issues.html

    An error occurred while saving the comment
    William Campbell commented  · 

    Confirming 14.0.3 works OK now. Thank you.

    An error occurred while saving the comment
    William Campbell commented  · 

    Just rolled back version and tested to confirm, code works fine in 14.0.1
    Bug was introduced by changes to 14.0.2

    An error occurred while saving the comment
    William Campbell commented  · 

    Me too. Breaks scripts I use daily. Below is simplified example code to demonstrate the bug.

    var w1 = new Window("dialog", "Window 1");
    var btnOpenWindow2 = w1.add("button", undefined, "Open Window 2");
    var btnOk1 = w1.add("button", undefined, "OK");
    btnOpenWindow2.onClick = function () {
    openWindow2();
    };
    btnOk1 = function () {
    w1.close();
    };
    w1.show();

    function openWindow2 () {
    var w2 = new Window("dialog", "Window 2");
    var btnOk2 = w2.add("button", undefined, "OK");
    btnOk2.onClick = function () {
    w2.close();
    };
    w2.show();
    }

    William Campbell supported this idea  · 
  6. 4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Under Review  ·  amaarora responded

    Hi,
    Thanks for reporting the issue, we are reviewing it

    -InDesign Team

    An error occurred while saving the comment
    William Campbell commented  · 
    William Campbell shared this idea  · 

Feedback and Knowledge Base