Giter Site home page Giter Site logo

Comments (3)

jeff-oldgithub avatar jeff-oldgithub commented on July 22, 2024

Thanks. I always knew there was a problem there but kept looking in the
CSS, and couldn't figure out what to do about it. I'll add this change to
Guiders.

On Mon, Oct 3, 2011 at 11:55 PM, Mark Matyas <
[email protected]>wrote:

There is an issue with IE8 when using the overlay and using jQuery's
fadeIn() and fadeOut(). The overlay is fully opaque, all black. I thought it
was related to opacity, but the correct css rules are already specified and
work; turned out to be some inline css filter rules that were messing with
it. The rules apparently are a result of using fadeIn and fadeOut.

This article mentions a similar issue and how to solve it:

http://www.kevinleary.net/jquery-fadein-fadeout-problems-in-internet-explorer/

Changing _showOverlay to remove the inline filter rule fixed it for me
(same need sto be done with hideOverlay):

_showOverlay: function() {
$("#guider_overlay").fadeIn("fast", function(){
if(this.style.removeAttribute){
this.style.removeAttribute('filter');
}
});
},

Worked for me, although a more optimal solution that doesn't involve the
use of callbacks would be desirable.

Reply to this email directly or view it on GitHub:
#39

from guiders-js.

jeff-oldgithub avatar jeff-oldgithub commented on July 22, 2024

This was fixed; anyone reading this should use the newest version (currently 1.2.0).

from guiders-js.

bennadel avatar bennadel commented on July 22, 2024

Just came across this in Google. Not using this project, but it fixed a post-fade-out CSS cleanup issue I was having in IE7/8. Awesome and thanks!

from guiders-js.

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.