Copy link to clipboard
Copied
Hello,
Our extension is html/angular in an extension window with no ScriptUI functionality included. When some of our panels get "deep", the material gets cut off without any option for a scrollbar. In order to see it, you have to resize the window vertically. I have tried everything I can think of to target the extension window itself even if just to add an overflow-y: scroll value to it, but nothing has worked so far. Has anyone had any experience with this?
Copy link to clipboard
Copied
Hi tardigrade01,
did you find a solution by any chance?
Copy link to clipboard
Copied
Yes, sometimes CEP panels height gets funky. I made a hacky workaround that resizes the panel body to 99.9% and back to 100% to force it to realize it's proper height. You could possibly use CSInterface functions to get and set the real height, but yea I don't recall finding a solid solution, just workarounds.
Copy link to clipboard
Copied
did you try linking the ext.js file from here
Samples/AfterEffectsPanel at master · Adobe-CEP/Samples · GitHub
to your html file?
(assuming you have linked the csinterface library)
Find more inspiration, events, and resources on the new Adobe Community
Explore Now