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

SPSplitView collapsible subview logic issue #3088

Open
dmoagx opened this issue Jun 16, 2018 · 0 comments
Open

SPSplitView collapsible subview logic issue #3088

dmoagx opened this issue Jun 16, 2018 · 0 comments
Labels

Comments

@dmoagx
Copy link
Member

dmoagx commented Jun 16, 2018

SPSplitView has a logic issue with collapsible subviews:

  • It doesn't take into account that more than 1 subview may be collapsible (although not at the same time)
  • It doesn't take into account that a delegate can still override the collapsible-ness of a subview

Both is true for the custom query editor/results split view and as a result, when completely hiding one of them and then showing the query info pane, the UI will break, because the SPSplitView doesn't realise a subview did become collapsed.

(See #2799 (comment) )

@dmoagx dmoagx added the Bug label Jun 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant