Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Is this CEP extension?
Copy link to clipboard
Copied
Hi Jarda, Yes it is an CEP extension. Appreciate your help.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Your post moved from Illustrator Scripting to Extensions / Add-ons Development.
It seems Windows, I never saw a similar issue on Mac.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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
Find more inspiration, events, and resources on the new Adobe Community
Explore Now