Left side not scrolling in compact mode

This issue has been tracked since 2023-02-17.

Are you requesting a feature, reporting a bug or asking a question?

Reporting a bug

What is the current behavior?

When the left side panel with the available components is in compact mode (not showing titles) it does not scroll if the container height is too small. Resizing the window in width to show the regular panel makes it scroll perfectly.

What is the expected behavior?

Panel should also scroll in compact mode as otherwise user can not insert something.

How would you reproduce the current behavior (if this is a bug)?

See description just set height to less than the panel, set width small enough to show compact mode and see it (not) scrolling

Here's two pictures of the same situation once in compact once without:

Bildschirm­foto 2023-02-17 um 09 09 54

Bildschirm­foto 2023-02-17 um 09 09 46

JaneSjs wrote this answer on 2023-02-26

Hello @blitzbohne,
When the Survey Creator window height is small, the toolbox displays hidden items in a hidden panel. To activate it, click the ... button. It should be displayed at the bottom of a toolbox:
image

When you integrate Survey Creator, ensure that its container DIV element takes 100% of the viewable screen height:

<div id="surveyCreatorContainer" style="height: 100vh;"></div>

Example.

Should you have any questions or require further assistance, please feel free to reactivate this thread.

More Details About Repo
Owner Name surveyjs
Repo Name survey-creator
Full Name surveyjs/survey-creator
Language TypeScript
Created Date 2015-12-22
Updated Date 2023-03-30
Star Count 683
Watcher Count 29
Fork Count 308
Issue Count 301

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date