Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Fix unstable event handler in workspace affecting save columns button #711

Merged
merged 1 commit into from
Oct 7, 2014

Conversation

naegelyd
Copy link
Collaborator

@naegelyd naegelyd commented Oct 7, 2014

Fix #710.

This was an issue of where the event handler was initialized in the
workspace workflow. Formerly, the event handler was initialized in the
initialize method but the ui elements aren't initialized yet at that
point so we were trying to call 'show()' on a string(because ui elements
are string still during initialize). By setting the event handler in
onRender we can be sure that the ui elements have been initialized and
the event handler will be valid.

Signed-off-by: Don Naegely [email protected]

…tton

This was an issue of where the event handler was initialized in the
workspace workflow. Formerly, the event handler was initialized in the
initialize method but the ui elements aren't initialized yet at that
point so we were trying to call 'show()' on a string(because ui elements
are string still during initialize). By setting the event handler in
onRender we can be sure that the ui elements have been initialized and
the event handler will be valid.

Signed-off-by: Don Naegely <[email protected]>
naegelyd added a commit that referenced this pull request Oct 7, 2014
Fix unstable event handler in workspace affecting save columns button
@naegelyd naegelyd merged commit ab7288f into master Oct 7, 2014
@naegelyd naegelyd deleted the issue-710 branch October 7, 2014 15:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clicking Save button in Change Columns dialog does not dismiss dialog
1 participant