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

HTML dropdowns not working in extension panel after Aftereffects 23.1 update

Participant ,
Feb 01, 2023 Feb 01, 2023

Copy link to clipboard

Copied

After the latest upgrade of Aftereffects to 23.1.0(Build 83), when we load our extension panel, the HTML dropdowns inside the panel are not working. Dropdowns don't show the values inside them at the click of the down arrow. This happens across different areas of the panel, none of the dropdowns are working when this problem happens. After clicking outside the panel tab, and coming back to the panel tab, the dropdowns start to work again. 

 

Able to reproduce the issue with a sample panel having only one dropdown

emamdev_0-1675255178624.png

 

<!doctype html>
<html>
<body>
    <select ><option>1</option><option>2</option></select>
</body>
</html>
<CEFCommandLine>
					<Parameter>--enable-nodejs</Parameter>
					<Parameter>--disable-site-isolation-trials</Parameter>
					<Parameter>--disable-features=SameSiteByDefaultCookies,NetworkService</Parameter>
				</CEFCommandLine>
				</Resources>
				<Lifecycle>
					<AutoVisible>true</AutoVisible>
				</Lifecycle>
				<UI>
					<Type>Panel</Type>
					<Menu>Dropdown Not working Test Panel</Menu>
					<Geometry>
						<Size>
							<Height>500</Height>
							<Width>700</Width>
						</Size>
					</Geometry>
				</UI>


Os: macOs-Ventura 13.0/13.2
Aftereffects to 23.1.0(Build 83)

emamdev_0-1675244071716.png

Issue couldn't be reproduced in Windows.

Issue couldn't be reproduced in AfterEffects 22.6 in Ventura 13.0

Bug Fixed
TOPICS
Crash , Performance , Scripting , SDK , Troubleshooting

Views

233

Translate

Translate

Report

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 Correct answer

Adobe Employee , Apr 11, 2023 Apr 11, 2023

Hi @emam-dev,

Thanks again for reporting this issue. You should find that it has been fixed in the latest release of After Effects, version 23.3. Please let us know if you continue to see this behavior in that version or a later version.

 

Cheers,

- John, After Effects Engineering Team 

Status Fixed

Votes

Translate

Translate
7 Comments
Adobe Employee ,
Feb 24, 2023 Feb 24, 2023

Copy link to clipboard

Copied

Hi @emam-dev,

Thank you for reporting this issue. We are able to reproduce it as well and have opened a ticket to investigate a fix for a future version of After Effects. Any potential fix will first be available in our Beta builds and we will update this thread when that occurs.

 

Thanks again for reporting this bug,

- John, After Effects Engineering Team  

Status Investigating

Votes

Translate

Translate

Report

Report
Community Beginner ,
Mar 08, 2023 Mar 08, 2023

Copy link to clipboard

Copied

@JohnColombo 
Hi John,
Do you have some working solution to this bug with select/dropdown in AE 23.1? I tested simply html tags like this:

     <select name="pets" id="pet-select">
        <option value="">--Please choose an option--</option>
        <option value="dog">Dog</option>
        <option value="cat">Cat</option>
        <option value="hamster">Hamster</option>
        <option value="parrot">Parrot</option>
        <option value="spider">Spider</option>
        <option value="goldfish">Goldfish</option>
      </select>

And react-select. None of it works :(. 
Please share some information, this bug has a huge impact on our work

Votes

Translate

Translate

Report

Report
Adobe Employee ,
Mar 09, 2023 Mar 09, 2023

Copy link to clipboard

Copied

The team has identified the cause and are working on a fix for this. Hopefully something into beta early next week for folks to validate and then we'll get the fix out in the next non-beta release of AE.

Votes

Translate

Translate

Report

Report
Community Beginner ,
Mar 09, 2023 Mar 09, 2023

Copy link to clipboard

Copied

Cool! Thank you for your answer. Can I also test the beta version when it comes out? If so, where can I find the beta version?

Votes

Translate

Translate

Report

Report
Adobe Employee ,
Mar 10, 2023 Mar 10, 2023

Copy link to clipboard

Copied

Beta versions of After Effects (and many other CC apps), can be found in the Beta section of the Creative Cloud Desktop application. 

 

For this particular issue, the fix is now checked in and we'll push an updated Beta build hopefully on Monday that contains the fix. 

Votes

Translate

Translate

Report

Report
Adobe Employee ,
Apr 11, 2023 Apr 11, 2023

Copy link to clipboard

Copied

Hi @emam-dev,

Thanks again for reporting this issue. You should find that it has been fixed in the latest release of After Effects, version 23.3. Please let us know if you continue to see this behavior in that version or a later version.

 

Cheers,

- John, After Effects Engineering Team 

Status Fixed

Votes

Translate

Translate

Report

Report
Community Beginner ,
May 04, 2023 May 04, 2023

Copy link to clipboard

Copied

LATEST

Is working! Thanks! 

Votes

Translate

Translate

Report

Report