Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML dropdown list no longer works in Illustrator Beta 29.3 2 /CEP12 #528

Open
eskornd opened this issue Nov 26, 2024 · 2 comments
Open

Comments

@eskornd
Copy link

eskornd commented Nov 26, 2024

Since upgrade to Illustrator Beta 29.3 2, CEP 12, the html drop down list no longer works.

HTML code
<label for="cars">Choose a car:</label> <select name="cars" id="cars"> <option value="volvo">Volvo</option> <option value="saab">Saab</option> <option value="mercedes">Mercedes</option> <option value="audi">Audi</option> </select>
Was OK in CEP 11:
OK_CEP11
Bad in CEP 12:
Bad_CEP12

Full CEP extension to reproduce: (unzip, drag&drop into Adobe CEP extension folder)
com.esko.helloworld.zip

@ErinFinnegan
Copy link
Contributor

Thanks for including a sample, that's very handy!

That said, I think this bug will get much more traction if you post it in the Illustrator prerelease forum: https://www.adobeprerelease.com/beta/85A6F544-2705-49BD-8314-DD549C6A1713/feedback/home The handy thing about reporting there is that you will be able to follow the JIRA ticket and continue to comment on it. You can copy and paste pretty much everything above.

It's also handy if you mention in the Feedback form how many users you have.

@ErinFinnegan
Copy link
Contributor

It looks like you did, indeed, post it in the prerelease (thank you!). For my own notes, it's being tracked as AI-4302341 and CEP-2888 internally and is being worked on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants