Giter Club home page Giter Club logo

Comments (7)

eentzel avatar eentzel commented on June 20, 2024

What version of IE? There's a known issue where IE8 fails to fire the onmove event; see http://github.com/lojjic/PIE/issues#issue/22

from pie.

glodigital-michael avatar glodigital-michael commented on June 20, 2024

IE8. Thanks for the link! My current work around is really ugly, but involves changing the width of the element by 1px a second after it has loaded. Yuck!

if ($.browser.msie) {
window.setTimeout(function() {
$('.myElement').css('width', '190px');
}, 1000);
}

from pie.

eentzel avatar eentzel commented on June 20, 2024

Another workaround you might try that seems slightly less hacky is manually firing the onmove event whenever jQuery moves the element, as in the refresh() function from this forum post:
http://css3pie.com/forum/viewtopic.php?p=98#p98

from pie.

glodigital-michael avatar glodigital-michael commented on June 20, 2024

Thanks, that works much better! Looking forward to beta2

from pie.

lojjic avatar lojjic commented on June 20, 2024

Michael, did you ever get a chance to try this with beta2? If so, can you let me know if the problem is solved or not, and if so please close this ticket. Thanks!

from pie.

glodigital-michael avatar glodigital-michael commented on June 20, 2024

Sorry, the project I used it on was abandoned and I can't remember if beta2 helped. Looking at the source code I can see the workaround is still in place even though beta2 is in use. This suggests either the issue wasn't resolved or I forgot to remove the workaround. I don't really have time to look at it at the moment particularly since the symptoms weren't consistently reproducible.

from pie.

lojjic avatar lojjic commented on June 20, 2024

Ok then I'm going to close this issue. If you can determine that this is still an issue feel free to reopen it, preferably with a testcase.

from pie.

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.