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

Scrollability in a CEP (non scriptUI) extension

Contributor ,
Apr 19, 2016 Apr 19, 2016

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?

TOPICS
Scripting
859
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
Contributor ,
Apr 22, 2019 Apr 22, 2019

Hi tardigrade01,

did you find a solution by any chance?

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 ,
Apr 22, 2019 Apr 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.

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
New Here ,
Apr 30, 2019 Apr 30, 2019
LATEST

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)

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