norcross / gf-tooltips

Convert Gravity Forms description fields into tooltips
12 stars 7 forks source link

Internet Explorer issue #3

Closed Letability closed 11 years ago

Letability commented 11 years ago

Hello,

Great plugin but I have one issue.

It works great in Firefox and Chrome but, using the default selection, the form does not appear in IE.

However, through a process of elimination, I have found that if I select 'display on field label hover' for the Tooltip Layout as opposed to the default 'insert tooltip icon next to label' it works perfectly!

I am using IE 9 on this machine but I have also tested it using IE8 on another machine and I get the same problem.

Can you help?

Many thanks,

Peter.

norcross commented 11 years ago

I'll see what I can do.

cglusky commented 11 years ago

Any luck with this one? Going to start building a store that requires some help with attributes and your tooltips should work great. Can help test. Thanks! Coby

norcross commented 11 years ago

not yet. I honestly got sidetracked and forgot to look at it. I'll see what I can do.

norcross commented 11 years ago

ok. the issue is that IE8 doesn't like an inline-block element inside a label, which is how the icon is being loaded. I'm working on a fix.

@Letability I tested, and IE9 is fine. if the form itself isn't loading, that's another issue all together.

norcross commented 11 years ago

I've just updated the repo. refactored how the icons are loaded, should take care of the issue.

cglusky commented 11 years ago

Nice work; thanks! Should get to test this over the next few weeks.