[5.x]: Trigger renderComplete on DOM instead of the Vis (#9176)#9183
Merged
epixa merged 1 commit intoelastic:5.xfrom Nov 23, 2016
Merged
[5.x]: Trigger renderComplete on DOM instead of the Vis (#9176)#9183epixa merged 1 commit intoelastic:5.xfrom
epixa merged 1 commit intoelastic:5.xfrom
Conversation
) * correctly use implementsRenderComplete from vis config * set implementsRenderComplete on all vis types * emit on DOM instead of the vis * vis doesn't need to be an EventEmitter * listen for renderComplete on visualize set and update element attributes as the event(s) fire, and indicate if they ever will * [vislib/handler] fall through to lower return * [vislibRenderbot/tests] reduce expected call count * [vis/tests] add $element to test injectors * [markdownVis] fix test
Contributor
|
LGTM |
Contributor
|
This will need to be backported to the 5.1 branch as well if you want it in that release. |
elastic-jasper
added a commit
that referenced
this pull request
Nov 23, 2016
Backports PR #9183 **Commit 1:** BACKPORT: Trigger renderComplete on DOM instead of the Vis (#9176) * correctly use implementsRenderComplete from vis config * set implementsRenderComplete on all vis types * emit on DOM instead of the vis * vis doesn't need to be an EventEmitter * listen for renderComplete on visualize set and update element attributes as the event(s) fire, and indicate if they ever will * [vislib/handler] fall through to lower return * [vislibRenderbot/tests] reduce expected call count * [vis/tests] add $element to test injectors * [markdownVis] fix test * Original sha: 7190260 * Authored by Joe Fleming <joe.fleming@gmail.com> on 2016-11-22T16:49:16Z
epixa
pushed a commit
that referenced
this pull request
Nov 23, 2016
Backports PR #9183 **Commit 1:** BACKPORT: Trigger renderComplete on DOM instead of the Vis (#9176) * correctly use implementsRenderComplete from vis config * set implementsRenderComplete on all vis types * emit on DOM instead of the vis * vis doesn't need to be an EventEmitter * listen for renderComplete on visualize set and update element attributes as the event(s) fire, and indicate if they ever will * [vislib/handler] fall through to lower return * [vislibRenderbot/tests] reduce expected call count * [vis/tests] add $element to test injectors * [markdownVis] fix test * Original sha: 7190260 * Authored by Joe Fleming <joe.fleming@gmail.com> on 2016-11-22T16:49:16Z
thomasneirynck
added a commit
to thomasneirynck/kibana
that referenced
this pull request
Dec 5, 2016
Backport of renderComplete change (elastic#9183) happened before Tagcloud was backported to 5.x/5.1. This caused a divergence in master vs 5.x/5.1 in the tag-cloud code.
thomasneirynck
added a commit
that referenced
this pull request
Dec 5, 2016
Backport of renderComplete change (#9183) happened before Tagcloud was backported to 5.x/5.1. This caused a divergence in master vs 5.x/5.1 in the tag-cloud code.
elastic-jasper
added a commit
that referenced
this pull request
Dec 5, 2016
Backports PR #9372 **Commit 1:** Fix renderComplete backport Backport of renderComplete change (#9183) happened before Tagcloud was backported to 5.x/5.1. This caused a divergence in master vs 5.x/5.1 in the tag-cloud code. * Original sha: 0fa4808 * Authored by Thomas Neirynck <thomas@elastic.co> on 2016-12-05T18:29:04Z
thomasneirynck
pushed a commit
that referenced
this pull request
Dec 5, 2016
Backports PR #9372 **Commit 1:** Fix renderComplete backport Backport of renderComplete change (#9183) happened before Tagcloud was backported to 5.x/5.1. This caused a divergence in master vs 5.x/5.1 in the tag-cloud code. * Original sha: 0fa4808 * Authored by Thomas Neirynck <thomas@elastic.co> on 2016-12-05T18:29:04Z
airow
pushed a commit
to airow/kibana
that referenced
this pull request
Feb 16, 2017
elastic#9203) Backports PR elastic#9183 **Commit 1:** BACKPORT: Trigger renderComplete on DOM instead of the Vis (elastic#9176) * correctly use implementsRenderComplete from vis config * set implementsRenderComplete on all vis types * emit on DOM instead of the vis * vis doesn't need to be an EventEmitter * listen for renderComplete on visualize set and update element attributes as the event(s) fire, and indicate if they ever will * [vislib/handler] fall through to lower return * [vislibRenderbot/tests] reduce expected call count * [vis/tests] add $element to test injectors * [markdownVis] fix test * Original sha: 7190260 * Authored by Joe Fleming <joe.fleming@gmail.com> on 2016-11-22T16:49:16Z Former-commit-id: 67db8dd
airow
pushed a commit
to airow/kibana
that referenced
this pull request
Feb 16, 2017
Backport of renderComplete change (elastic#9183) happened before Tagcloud was backported to 5.x/5.1. This caused a divergence in master vs 5.x/5.1 in the tag-cloud code. Former-commit-id: 75d284a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #9176
Required removing the tagcloud changes