Enabledness of drop down params in effects does not update when changed in PF_Cmd_USER_CHANGED_PARAM
Copy link to clipboard
Copied
New year, new resolutions: report more of the bugs I find while developing Premiere Pro plugins 🙂 Hope you guys appreciate it.
And to start: I don't know since when this happened, but if you:
- Create an After Effects style plugin for Premiere Pro, and
- Have a checkbox param and a dropdown param under a section param, and
- Handle PF_Cmd_USER_CHANGED_PARAM for the checkbox to make it toggle the enabledness of the dropdown param to match, then
- Toggling the checkbox in Premiere Pro 24's gui does toggle the enabledness state of the dropdown param's label (greyed out vs. not), but doesn't adjust the enabledness state of the dropdown itself. The user is thus still able to change the dropdown when he shouldn't anymore. But:
- When you then close and open the section, the enabledness state of the dropdown param does change.
I also briefly tested this with setting the enabledness of a float slider param, and that one still works. Also tested it in Premiere 2019, and there the enablement toggling does work as advertized.
Please pick up this bug, this must be extremely confusing for our customers...
Copy link to clipboard
Copied
And happy new year back at you. Your resolution is a fine one, and I created a bug DVAPR-4249416 to address this.
I am a sucker for clear repro steps, like yours. I'm assuming you see this behavior on the currently shipping version, but if you want to add more info on that, we'll add it to the bug. And to be clear, you see this MacOS and Win?
-Dan
Copy link to clipboard
Copied
Hi Dan! It happens on both MacOS and Windows.

