Giter Site home page Giter Site logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I recently came across problems with Ken Burns and Slideshow with Opera. Out of 
curiosity what version of 
Opera are you using?

Original comment by [email protected] on 11 Jul 2008 at 1:44

from slideshow.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
It's Opera 9.5. I first stumble on this bug was 9.5 alpha last December I 
think. 

Original comment by chinesedream on 11 Jul 2008 at 7:41

from slideshow.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024

Original comment by [email protected] on 20 Jul 2008 at 7:13

  • Changed state: Accepted

from slideshow.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I am not able to duplicate the opacity problems - however KenBurns does have 
problems
based on an issue with Mootools and getPosition:

http://mootools.lighthouseapp.com/projects/2706/tickets/23-getposition-returns-w
rong-values-in-opera

As soon as it is fixed in the framework it should work fine with Slideshow.

Original comment by [email protected] on 26 Jul 2008 at 7:50

from slideshow.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Thanks for looking into the problem.  Much appreciated!

Original comment by chinesedream on 29 Jul 2008 at 12:54

from slideshow.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Issue 105 has been merged into this issue.

Original comment by [email protected] on 21 Aug 2009 at 7:41

from slideshow.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024

Original comment by [email protected] on 21 Aug 2009 at 7:48

from slideshow.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
This is still broken in Mootools (or Opera depending on how you look at it) and 
doesn't appear as though it is on the roadmap to be fixed (3 years later). For 
Slideshow.KenBurns with Opera might have better luck with the upcoming jQuery 
version.

Original comment by [email protected] on 11 Apr 2011 at 3:13

  • Changed state: WontFix

from slideshow.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
where do I insert the following code:

___________________

getPosition: function(relative){
        if (isBody(this)) return {x: 0, y: 0};
        var offset = this.getOffsets(), scroll = this.getScrolls();
        var position = {x: offset.x - scroll.x, y: offset.y - scroll.y};
        var relativePosition = (relative && (relative = $(relative))) ? relative.getPosition() : {x: 0, y: 0};

        if (Browser.Engine.presto925) {
            var position = {x: offset.x, y: offset.y};
        }

        return {x: position.x - relativePosition.x, y: position.y - relativePosition.y};
    },

__________________

URL: 
https://mootools.lighthouseapp.com/projects/2706/tickets/23-getposition-returns-
wrong-values-in-opera

_____________

Thanks



Original comment by [email protected] on 25 Sep 2011 at 2:59

from slideshow.

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.