Skip to content

Tool tips not appearing when hovering over charts #496

@josephsmith

Description

@josephsmith

I recently updated to the most recent version of Kibana. Even after clearing my browser cache, this bug repros in Chrome, FF, and Safari. When I hover over a chart data point, I see the following in the javascript console:
"Uncaught TypeError: Object [object Object] has no method 'place_tt'".

'place_tt' is a method added to the jQuery prototype (fn) in jquery.extended.js. This code is embedded into 'app.js' during a build. Unfortunately, I do not have much experience with require.js and am having difficulty root causing the issue.

It looks like require.js integration happened recently, so is this a possible regression?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions