You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Bad in CEP 12:
Full CEP extension to reproduce: (unzip, drag&drop into Adobe CEP extension folder) com.esko.helloworld.zip
The text was updated successfully, but these errors were encountered:
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.
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.
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:
Bad in CEP 12:
Full CEP extension to reproduce: (unzip, drag&drop into Adobe CEP extension folder)
com.esko.helloworld.zip
The text was updated successfully, but these errors were encountered: