Skip to content
PrimeFaces Community Forum
Board index
Login
Register
Board index
‹
PrimeFaces Core
‹
tooltip and dataGrid
tooltip and dataGrid
Components, Ajax Framework, Utilities and More.
Post a reply
6 posts • Page
1
of
1
tooltip and dataGrid
16 Jul 2011, 16:46
omardawod119
Posts:
7
Hi everybody !
I have a dataGrid and inside that data grid I have a outputlink with title.
And I have a global tooltip outside the dataGrid.
When navigating in the datagrid, then the tooltip got damaged ?
Do I use the tooltip in a wrong way?
Thanks!
Re: tooltip and dataGrid
16 Jul 2011, 16:50
omardawod119
Posts:
7
I forgot to tell you that I am using primefaces-3.0.M2
Re: tooltip and dataGrid
16 Jul 2011, 19:34
optimus.prime
Prime
Posts:
14316
Location:
Cybertron
Website
See;
http://cagataycivici.wordpress.com/2011 ... w-tooltip/
PrimeFaces Lead
Re: tooltip and dataGrid
16 Jul 2011, 23:51
optimus.prime
Prime
Posts:
14316
Location:
Cybertron
Website
So if you use 3.0.M3-snapshot with non-global tooltips, it should work. Note that global tooltips are not supported in M3.
PrimeFaces Lead
Re: tooltip and dataGrid
17 Jul 2011, 18:30
omardawod119
Posts:
7
Thanks for your reply.
Just wanted to tell that after some tests, that if the tooltip inside a
position: relative; div
then the position of the tooltip doesn't work properly
This code doesn't work properly (3.0.M3-snapshot):
<div style="position: relative; width: 950px; height: auto;margin: 0 auto;">
<h:outputText id="test" value="Tooltip test" title="This is the title"/>
<p:tooltip for="test"/>
</div>
But if you remove position: relative;, then it will work
Thanks!
Re: tooltip and dataGrid
17 Jul 2011, 19:37
optimus.prime
Prime
Posts:
14316
Location:
Cybertron
Website
It works for me well, tooltip is appended to body on the fly so the location on your page definition should not effect.
PrimeFaces Lead
Display posts from previous:
All posts
1 day
7 days
2 weeks
1 month
3 months
6 months
1 year
Sort by
Author
Post time
Subject
Ascending
Descending
Post a reply
6 posts • Page
1
of
1
Return to PrimeFaces Core
Jump to:
Select a forum
------------------
PrimeFaces Core
PrimeFaces Mobile
PrimeFaces Push
PrimeFaces Themes
PrimeFaces Extensions
PrimeUI
PrimeFaces.NET