You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(which keeps everything the user sees in the visible window, with a nice header and footer area) - as soon as I enable the expand-collapse extension the cytoscape area becomes huge and escapes/overflows the HTML document window, pushing the footer far, far down.
Interestingly when you hit the Run with Js button in the demo of this problem, you initially see the correct flex layout
but as the page fully loads, the problem happens. If it was a style issue, I'd maybe tackle it myself, but there are no required styles for the expand-collapse extension, so it must be in the code?
P.S. The node-editing extension sometimes also does this, but no other extension - all other extensions are compatible with a flex layout.
The text was updated successfully, but these errors were encountered:
@abulka It seems like this is a valid issue. Probably, the way we use canvases that are drawn for expand/collapse cues or resize handles conflicts with the flex layout. Currently, we don't have enough resources to deal with this issue, if you want, you can open a pull request. Thanks!
When I embed cytoscape in a flex layout
(which keeps everything the user sees in the visible window, with a nice header and footer area) - as soon as I enable the
expand-collapse
extension the cytoscape area becomes huge and escapes/overflows the HTML document window, pushing the footer far, far down.Interestingly when you hit the
Run with Js
button in the demo of this problem, you initially see the correct flex layoutbut as the page fully loads, the problem happens. If it was a style issue, I'd maybe tackle it myself, but there are no required styles for the
expand-collapse
extension, so it must be in the code?P.S. The
node-editing
extension sometimes also does this, but no other extension - all other extensions are compatible with a flex layout.The text was updated successfully, but these errors were encountered: