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 not displaying correctly within iframes #3047

Closed
anonymous-matomo-user opened this issue Mar 14, 2012 · 3 comments
Closed

Tooltips not displaying correctly within iframes #3047

anonymous-matomo-user opened this issue Mar 14, 2012 · 3 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Milestone

Comments

@anonymous-matomo-user
Copy link

The tooltip hover overs are truncated when embedded in an iframe - there isn't enough space above column headers for the div to render.

I corrected this by just rendering below the column headers, but I'm not going to attach a patch as it doesn't look correct when not in iframe mode. The fix needs to be a bit more intelligent.

@mattab
Copy link
Member

mattab commented Mar 20, 2012

I can't think of anything intelligent to display outside of the iframe. Maybe the DIV of the truncation should be automatically word wrapped at the end of the DIV and continued on a new line (in the same blue box) ? if you have the possibilty to look into and submit a patch, it will greatly help :)

@mattab
Copy link
Member

mattab commented Aug 7, 2012

The tooltip algorithm, when loaded in iframe mode, should be allowed only inside the box, whereas the standard tooltip which is allowed outside.

@mattab
Copy link
Member

mattab commented Dec 14, 2012

if anyone has a patch please reopen

@anonymous-matomo-user anonymous-matomo-user added this to the 1.x - Piwik 1.x milestone Jul 8, 2014
This issue was closed.
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. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

2 participants