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

drop down values loads out of extension window for 1st time alone

Explorer ,
May 16, 2018 May 16, 2018

Hi,

        I have an issue with drop down values being loaded out of the extension window for the first time (i.e.) when extension window is not focused.

But from the second time, it loads correctly.

Can anybody tell me how to resolve this. Will focusing on Extension window solve this problem? If so please guide me how to focus on extension window. Thank you.

1.3K
Translate
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
Enthusiast ,
May 17, 2018 May 17, 2018

Is this CEP extension?

Translate
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 17, 2018 May 17, 2018

Hi Jarda, Yes it is an CEP extension. Appreciate your help.

Translate
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 17, 2018 May 17, 2018

Hi,

     I forgot to mention one more point. I get this drop down issue only with Adobe illustrator CC 2018 version. For earlier versions, (i.e) until CC 2017 version, I had no issues with this drop-down.

Translate
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 17, 2018 May 17, 2018

@Jarda Bereza

Hi,

I'm getting this issue in Adobe Illustrator CC 2018 version and if CEP extension UI type is a Modal or Modeless dialog. I'm not getting this issue if UI type is Panel

@

I checked even with sample from gifthub. I'm getting the same issue

Kindly help me how to resolve this. Thank you.

Translate
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 17, 2018 May 17, 2018

Update : I'm getting this issue if CEP extension UI type is a Modal or Modeless dialog. I'm not getting this issue if UI type is Panel

I checked even with sample from gifthub. I'm getting the same issue

Can anybody tell me how to resolve this. Thank you.

Translate
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
Community Expert ,
May 17, 2018 May 17, 2018

Your post moved from Illustrator Scripting to Extensions / Add-ons Development.

It seems Windows, I never saw a similar issue on Mac.

Translate
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
Guru ,
May 18, 2018 May 18, 2018

Try forcing a resize on load.

Ai 2018 on Windows has huge CEP UI problems in particular regarding Hi res screens.

Is yours a high res? Custom scaling? You can change scale to 100% and all might be well other than everything will be too small to see.

Give it a go.

Translate
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 20, 2018 May 20, 2018

Hi Trevor,

My display is already scaled to 100% and Resolution is set to (1368 * 768) But still getting issue.

I also tried force resizing window using following code,

    $(document).ready(function () {

        window.resizeBy(0, 0);

    });

Still same problem occurs.

It is so annoying to hear AI 2018 has CEP UI problems.

Any other suggestions please.

Translate
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 20, 2018 May 20, 2018
LATEST

Yes Ten A, I'm working in Windows CEP. But i wonder why this problem occurs only for UI type Modal or Modeless dialog. I'm not getting any issues if UI type is Panel

Translate
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