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

Dropdownlist bug in AE 2017.2?

New Here ,
May 23, 2017 May 23, 2017

Copy link to clipboard

Copied

In the latest AE update (2017.2) dropdowns have this weird behaviour (see image below).

dropdown bug.jpg

It happens when the dropdown content overflows the screen size. If you move the window to a place where the content does not overflow the screen size everything is displayed correctly

It happens on a PC I don't know if it is the same on a MAC. Has anyone had this issue? Is there a workaroud for it?

var dd_content = ["One","Two","Three","Four","Five","Six","Seven","Eight","Nine","Ten","One","Two","Three","Four","Five","Six","Seven","Eight","Nine","Ten","One","Two","Three","Four","Five","Six","Seven","Eight","Nine","Ten"];

var w = new Window("dialog","test",[0,0,200,300]);

w.add("dropdownlist",[10,10,150,20],dd_content);

w.center()

w.show()

Please anyone help me confirm if it is a bug so i can fill up a bug report and only hope Adobe fixes it as soon as possible

Thanks

TOPICS
Scripting

Views

545

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
Explorer ,
May 30, 2017 May 30, 2017

Copy link to clipboard

Copied

Same problem here!

CC2017 Windows

but it works on CC2015.3

Votes

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
Mentor ,
May 31, 2017 May 31, 2017

Copy link to clipboard

Copied

LATEST

Same here.

Everybody with this error should report the bug - than maybe they'll fix it:

Feature Request/Bug Report Form

Votes

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