Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
7

P: MOGRT: ALL CAPS bug random lower-case letters

Community Expert ,
Jul 15, 2025 Jul 15, 2025

There is a long-standing bug with the faux-style ALL-CAPS (TT) option in Font Properties for text layers. This bug affects both Premiere Pro graphic Text Layers and text inside MOGRTs.

 

When user applies ALL-CAPS, the text randomly displays upper/lowercase characters instead of all-caps characters. 

all-caps.png

 

The fix is to manually type the capital characters (a -> A) instead of using the all-caps button.

 

Sometimes, these also work as a temp fix for the bug:

  1. Uninstall/reinstall font
  2. Manually clear all Media Cache files
  3. Restart Premiere Pro

 

This bug disproportionately affects plugins that use MOGRTs for text templates (such as Mr Horse Animation Composer, Captioneer, etc)

 

Here are many user reports of this issue:

  1. https://www.reddit.com/r/premiere/comments/134pyqe/random_letters_are_lowercase_when_all_caps_is/
  2. https://community.adobe.com/t5/premiere-pro-discussions/mogrt-titles-render-uppercase-lowercase-rand...
  3. https://community.adobe.com/t5/premiere-pro-bugs/all-caps-and-faux-italic-bug/idi-p/14970178
  4. https://community.adobe.com/t5/premiere-pro-discussions/random-upper-and-lowercase-letters-in-previo...
  5. https://community.adobe.com/t5/premiere-pro-discussions/text-bugs/m-p/14391297
Bug Acknowledged
TOPICS
Editing and Playback , Interoperability or 3rd party tools , User experience or interface
2.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Pinned Reply

Adobe Employee , May 08, 2025 May 08, 2025

Updating status, there is a potential fix in the beta. Please give is a try and let us know if it's working as expected.

 

Thanks,

Theresa

Status Started
Translate
56 Comments
Adobe Employee ,
Jul 15, 2025 Jul 15, 2025

Hi @_nicdean,

Thanks for bringing this back to our attention.  We do have an open bug on this, but I have nudged the team about it.   Hopefully, we can find a solution.

Status Acknowledged
Translate
Report
Community Beginner ,
Jul 15, 2025 Jul 15, 2025

I assume and can confirm that this bug was finally fixed in the last beta.

Translate
Report
New Here ,
Aug 14, 2025 Aug 14, 2025

After multiple attempts, I found an alternative — not perfect, but it gets the job done without having to redo the entire transcription. I simply turned on capitalization and bold text, and bingo, problem solved.

Translate
Report
Community Expert ,
Aug 14, 2025 Aug 14, 2025

This is a dumb workaround but it works in MOGRTs and AE until this bug is fixed.

 

Put this expression on the Source Text of your text layer:

// Replace text with uppercase text if all-caps button is true
let myText = thisLayer.text.sourceText;
let targetStyle= myText.style;

if (targetStyle.isAllCaps) {
	myText = myText.toLocaleUpperCase();
};

myText
 
Translate
Report
Community Beginner ,
Aug 15, 2025 Aug 15, 2025

Good News, the bug is fixed in CC25.4!

Translate
Report
New Here ,
Aug 25, 2025 Aug 25, 2025
LATEST

This is still an issue in 25.4

Translate
Report