Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

celllayout: editor doesn't show the full node vertically #681

Open
alamqadem opened this issue Nov 7, 2023 · 1 comment
Open

celllayout: editor doesn't show the full node vertically #681

alamqadem opened this issue Nov 7, 2023 · 1 comment
Labels

Comments

@alamqadem
Copy link
Collaborator

alamqadem commented Nov 7, 2023

Description

Given an indent collection containing an horizontal collection, if the internal collection is large enought this is reported on a new line.

image

Now after a certain size the editor doesn't display the full node, in fact the scroll-bar doesn't allow to scroll down to see the last part of the node.
I suspect that the height of the resulting node it's not calculated correctly (RootConcept).

image

Disabling the LayoutInterceptor the node is shown correctly.

image

Reproducer

I've attached a reproducer in the following branch bug/celllayout-cell-height-not-correct based on maintenance/mps20213.

@alamqadem alamqadem added the bug label Nov 7, 2023
@alamqadem
Copy link
Collaborator Author

alamqadem commented Nov 7, 2023

Using the Editor Cell Explorer I can check the height calculated for the cell with the LayoutInterceptor on, which is 84.

And without the interceptor active, I get 105.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant