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

Tooltips open in a wrong offset #14589

Closed
maziyarpanahi opened this issue Oct 25, 2017 · 4 comments
Closed

Tooltips open in a wrong offset #14589

maziyarpanahi opened this issue Oct 25, 2017 · 4 comments
Labels
Feature:Visualizations Generic visualization features (in case no more specific feature label is available) v5.6.3

Comments

@maziyarpanahi
Copy link

Hi,

I am facing an odd problem. All tooltips are being displayed in a wrong offset. The lower I scroll in the page, the higher the tooltip goes. Until the tooltip is entirely out of the view of the window. I have tested this with all of my dashboards, 3 different browsers and two separated machines.

Here is an example of what's going on:
46ebfab1018566cfe0ed6a477740d9d91a1bde25

Screenshot:
7549efeeef097975175e7e4dbaecdf4c43e37f4d

I have Kibana 5.6.3 and I have tested latest version of Chrome, Safari and Firefox with the same result. (OS: macos high sierra)

PS: following up of an existing post in discussion https://discuss.elastic.co/t/tooltips-open-in-a-wrong-offset/104618

Cheers,
Maziyar

@timroes timroes added Feature:Visualizations Generic visualization features (in case no more specific feature label is available) bug Fixes for quality problems that affect the customer experience v5.6.3 labels Oct 26, 2017
@timroes
Copy link
Contributor

timroes commented Oct 26, 2017

Hi Maziyar,

thanks for copying that issue to GitHub. I just recognized: those popups doesn't look like the regular Kibana popups (just checked out a 5.6.3 version to make sure, it hasn't changed since then).

Have you installed any Kibana plugins or browser extensions or something, that could mess up with the tooltips?

Cheers,
Tim

@maziyarpanahi
Copy link
Author

Hi Tim,

I have checked all the browsers without any extensions and the result was the same. But now that you mentioned plugin I went back and removed the only plugin I had: https://github.com/dlumbrer/kbn_network
After restarting Kibana the tooltips are back to normal style/position!

I didn't think about plugin before cause I had a dashboard with few native visualisations and nothing from Network plugin, but still the same issue. So I guess plugin can impact the whole kibana even when they are not used specifically in the dashboard.

I will report this to the author.

Many thanks and have a great day tim,

Cheers,
Maziyar

@timroes timroes removed the bug Fixes for quality problems that affect the customer experience label Oct 27, 2017
@timroes
Copy link
Contributor

timroes commented Oct 27, 2017

@maziyarpanahi since we don't limit plugins in what they can do (e.g. a plugin could also add a custom button to the menu) they need to be able to inject code in every possible page. Also the CSS in general (that is causing that problem) is loaded everywhere, since loading CSS only depending on what visualizations show, would require quite a different architecture (and personally I am not sure, if it would really bring a lot of benefits).

@maziyarpanahi
Copy link
Author

@timroes many thanks for your detail response. For future references, I reported the issue to the author of the plugin and it has already been fixed:
dlumbrer/kbn_network#42

Again, many thanks for your time and collaboration Tim,

Cheers,
Maziyar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Visualizations Generic visualization features (in case no more specific feature label is available) v5.6.3
Projects
None yet
Development

No branches or pull requests

2 participants