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

Eui tooltip #91

Merged
merged 5 commits into from
Mar 14, 2022
Merged

Eui tooltip #91

merged 5 commits into from
Mar 14, 2022

Conversation

diegozubieta95
Copy link
Contributor

@diegozubieta95 diegozubieta95 commented Mar 2, 2022

Updated EuiToolTip to remain showing tooltip while child element is in focus (#5066)

Fixed EuiToolTip not correctly handling child onBlur and onFocus callbacks (#5441)

Tooltip

[37.4.0](https://github.com/elastic/eui/tree/v37.4.0)

[41.2.3](https://github.com/elastic/eui/tree/v41.2.3)

@diegozubieta95 diegozubieta95 changed the base branch from master to feature/update-eui-styles March 2, 2022 23:01
this.positionToolTip();
}
}

@action
removeAttachToHandlers(): void {
if (this.attachTo) {
if (this._attachTo) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this necessary? AFAIK the this.attachTo should work the same?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason this.attachTo doesn't do what expected but this._attachTo works

@betocantu93 betocantu93 merged commit b656755 into feature/update-eui-styles Mar 14, 2022
@betocantu93 betocantu93 deleted the eui-tooltip branch March 14, 2022 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants