Skip to main content
Participant
May 13, 2018
Answered

Changing OPACITY of COMMENT TEXT

  • May 13, 2018
  • 4 replies
  • 17757 views

Hello. I am using the ADD TEXT option in the COMMENTS section (not the text box). The first half of my document I worked on, I changed the FONT and COLOR of the text I was using to my liking. Opacity was by default at 100%. Then I saved and when I re-opened to continue working on the next day, the new COMMENTS TEXT that I was trying to add were using 50% opacity. I can not find a way to get the opacity back to 100%. Change COLORS and FONTS works, but the opacity is always around 50%. When I type it's 100% opacity but as soon as I leave the added TEXT it reverts to light opacity. I've tried adding TEXT BOXES, and I can change the OPACITY there, and I even selected make default opacity, and the TEXT BOX works, my problem is only with COMMENTS TEXT: the opacity was fine one day, and the next day everything is at 50% (after I've finished typing), and I can't change it.

Please note I am using the latest ACROBAT DC PRO version on Macintosh.


Thank you

Correct answer Loic0D4C

Hi ! Got the same issue 2 weeks ago all of the sudden. Looking at this thread, I was able to permanently solve my problem by first doing the javascript trick this.selectedAnnots[0].opacity = 1 (with the annotation selected with some trick since it deselects as soon as the mouse is not over it so the annotation is undefined) . After, getting the comment list on the pane, and going to Properties, and check the "Make Properties as default" and click ok. Weird that this happened to everyone of us.

4 replies

Participating Frequently
April 30, 2020

I was able to fix this by opening a document that I had previously included text (with all other documents closed), opening the comment tab (where it lists the comment history), clicking on a comment in the list that did have full opacity, right click, select properties, and check the box for Make Properties Default, and then I saved the document. My comments are now full opacity again.  I have no idea why it happened, I also had the undefined error in the suggestion with the code, even though it was selected. I'm so happy this worked. This has been so frustrating.

Participant
April 30, 2020

Thank you very much. It worked! Opened up an older document I had previously entered text into and defaulted the properties. This has been driving me nuts for months. Appreciate you sharing this knowledge.

Participating Frequently
April 30, 2020

Yay! You are very welcome. Why they buried the default options is beyond me.

try67
Community Expert
Community Expert
April 25, 2020

Try the following:

- Click the comment in question so that it is selected.

- Open the JS Console (Ctr/Cmd+J).

- Enter the following code into the lower part of it:

this.selectedAnnots[0].opacity = 1;

- Press Ctrl+Enter to execute the code.

- The selected comment should revert to 100% opaque.

- If that happened, right-click it and select Make Current Properties Default.

Any comment you create after that should look the same as that one.

Participant
April 27, 2020

Thnak you try67 

Unfortunately this did not work. I’m trying to fix the “Add Text Comment” highlighted below.

 

 

 

After inputting the code you provided I’m getting the following error:

 

TypeError: this.selectedAnnots is undefined

1:Console:Exec

undefined

try67
Community Expert
Community Expert
April 27, 2020

That means the comment was not selected when you executed it.

Participant
April 24, 2020

I have the same issue. One day it was 100% opaque then the next it is roughly 50%. Please assist as this is a real pain.

Participating Frequently
April 30, 2020

See comment below if you are still having this issue.

Participant
July 20, 2020

I have been trying for weeks to solve this. I deleted the app several times to restart the settings but nothing was changing, I even deleted all the data about adobe from my laptop, and I just can't believe solving it was that simple.

THAAANNKK YOU SO MUCH   

gosjsharks
Participant
August 26, 2018

I'm having the exact same issue. Did you ever find a solution?

Participant
December 26, 2018

I am also having the EXACT same issue.  Has anyone resolved this yet?  Can someone from Adobe address this?

I am also using the latest Acrobat DC Pro, but on a PC