Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

IE9,IE8,IE7: cluetip doesn't work when local content is hidden #100

Open
topunix opened this issue Jul 11, 2012 · 4 comments
Open

IE9,IE8,IE7: cluetip doesn't work when local content is hidden #100

topunix opened this issue Jul 11, 2012 · 4 comments

Comments

@topunix
Copy link

topunix commented Jul 11, 2012

When using content from the same page as the cluetip's body, the cluetip will not show the content if the content's css display property value is none.

I found this bug in IE9, IE8, and IE7. Firefox and Chrome didn't have this problem. I am using jQuery 1.7.2.

@ghost
Copy link

ghost commented Jul 19, 2012

Can't you just use the title attribute for span element and put your content for the tool tip in the title attribute?

@topunix
Copy link
Author

topunix commented Jul 31, 2012

Of course not. You are not going to stuff lots of HTML into a title attribute.

@tlattimore
Copy link

I am also having this issue in IE8.

@kswedberg
Copy link
Owner

One way around this issue is to place the content in another <div> and make that "wrapper div" display: none instead.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants