Coder Social home page Coder Social logo

Comments (8)

jaz303 avatar jaz303 commented on June 5, 2024

Yep, your explanation is correct. Open to any workarounds.

from tipsy.

halfofbob avatar halfofbob commented on June 5, 2024

I've hated the tooltip redundancy problem between ie and tipsy.. but I think I figured out a basic work around.

IF you are linking to an image which uses the tipsy tooltip, it seems you can correct this problem by simply placing the tipsy attributes to the "img" tags.. like "id" and "title". Then, in the anchor tags for the link just place an attribute for "title" but make it have no value (example: title="").

I tried to put an example of code in here but I couldn't figure out how - Sorry, I'm not a forum guy

With this work around IE seems to ignore the title attribute in the image tag.

I screwed around all night trying to figure this one out.. when I finally came up with a workaround I actually signed up for this forum just to post that answer. Haha...

Anyway, hope this helped.

from tipsy.

sarachandlee avatar sarachandlee commented on June 5, 2024

I've found a simple solution to the IE redundancy issue:

In the jquery.tooltip.js file I changed the following:

$(this).attr('original-title', $(this).attr('title') || '').removeAttr('title');

to

$(this).attr('original-title', $(this).attr('title') || '').removeAttr('title').attr("title", "");

The .attr("title" , "") prevents the tooltip from appearing in IE when first hovering over the element.

from tipsy.

halfofbob avatar halfofbob commented on June 5, 2024

Nice... I'm going to try it out

from tipsy.

halfofbob avatar halfofbob commented on June 5, 2024

I finally got around to trying this out. Thank you sarachandlee ... works like a charm!

from tipsy.

DavidOliver avatar DavidOliver commented on June 5, 2024

The above fix is working for me, too.

from tipsy.

velanchandru avatar velanchandru commented on June 5, 2024

@ sarachandlee Thanks its works for me, too

from tipsy.

shyama19889 avatar shyama19889 commented on June 5, 2024

@ sarachandlee - Thank you so much. I saved my time.

from tipsy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.