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

Fix that graphs disappear after using form controls #5182

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

nilmerg
Copy link
Member

@nilmerg nilmerg commented Feb 6, 2024

No description provided.

@nilmerg nilmerg added bug Something isn't working area/javascript Affects the javascript framework labels Feb 6, 2024
@nilmerg nilmerg added this to the 2.12.2 milestone Feb 6, 2024
@nilmerg nilmerg self-assigned this Feb 6, 2024
@cla-bot cla-bot bot added the cla/signed label Feb 6, 2024
Currently, form first and detach second.
Any other last. (e.g. grafana's iframe)
This is a potential breaking change for behaviors which
rely on being able to change content in-place even if
the response's content is not applied. This is the case
for grafana's iframe behavior, though that's more a hack
than a necessity so it doesn't break. I've found no other
implementations so I guess it's fine including it here.
Don't reject autorefreshes if an autosubmit
element is focused but not interacted with

fixes #4996
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/javascript Affects the javascript framework bug Something isn't working cla/signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Graphs disappear after form controls are used after icingaweb2 2.11.3
2 participants