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

Widget doesn't auto move up when remove widget #103

Merged
merged 1 commit into from
May 7, 2018

Conversation

Mrjeff578575
Copy link

Widget doesn't auto move up when removing widget like the follow image situation
image
Remove the test1 widget, the test2 widget will not auto move up.
Root cause: when initialize, the right part of the test1 widget is undefined. So when removing the test1 widget, it will judge the undefined part whether empty, but the is_empty function will return false, so the test2 widget will can't be moved up.
image

@leithhobson leithhobson merged commit 28f116d into dsmorse:master May 7, 2018
rpionke pushed a commit to jenkinsci/performance-signature-dynatrace-plugin that referenced this pull request Jul 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants