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

Title for the widget disappearing after mouse out when Help is open #8740

Closed
dczajkacc opened this issue Sep 8, 2015 · 4 comments
Closed
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@dczajkacc
Copy link

To Reproduce:

  • Click on any help icon for any of the widgets
  • when the help text shows, mouse out of the area.
  • See the title of the widget and the help hide.

Desired Result: Title stays in view and hide the help text (Or whatever the current regular behavior is for help text.)
helpui-1
Actual Result: Title and Help Text hide from the UI

helpui-2

@quba
Copy link
Contributor

quba commented Sep 8, 2015

I was able to reproduce on demo.piwik.org

@sgiehl sgiehl added the Bug For errors / faults / flaws / inconsistencies etc. label Sep 8, 2015
@sgiehl sgiehl added this to the 2.15.0 milestone Sep 8, 2015
@sgiehl
Copy link
Member

sgiehl commented Sep 8, 2015

Seems to be a weird rendering bug in Chrome. I can reproduce it there, but the styles are ok and it should be displayed.
Works for me in Firefox and IE. Can anyone confirm that it occurs in Chrome only?

@tsteur
Copy link
Member

tsteur commented Sep 9, 2015

I can reproduce it in Chrome but not in Firefox etc. The styles do look good for me as well and it seems to be a bug in Chrome. It sometimes seems to not disappear or less often when developer tools are often or so. Also had a look at the code and as said looks like a Chrome bug to me

@diosmosis
Copy link
Member

This appears to be caused by nesting <span>s. Works when use a <div> w/ ng-transclude. Will issue a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

5 participants