Skip to main content
tardigrade01
Inspiring
April 19, 2016
Question

Scrollability in a CEP (non scriptUI) extension

  • April 19, 2016
  • 2 replies
  • 885 views

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?

This topic has been closed for replies.

2 replies

Participant
April 30, 2019

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)

Inspiring
April 22, 2019

Hi tardigrade01,

did you find a solution by any chance?

Justin Taylor-Hyper Brew
Community Expert
Community Expert
April 22, 2019

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.