Browser back/forward does not update filtered data #84711
Labels
Feature:Aggregations
Aggregation infrastructure (AggConfig, esaggs, ...)
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Kibana version:
master
Browser OS version:
Chrome
Describe the bug:
When setting a filter on a visualization in visualize then using the browser back and forward buttons, the filter will be added and removed but the data will remain unchanged until the refresh button is pressed.
This bug affects
vis_type_vislib
,vis_type_tagcloud
and possibly others.Steps to reproduce:
Expected behavior:
Filter should update the data passed to the visualization
Screenshots:
Errors in browser console (if relevant):
N/A
Any additional context:
After inspecting vislib, the data that is passed to the
toExpressionAst
function fromesaggs
is not being updated and using the previous data.The text was updated successfully, but these errors were encountered: