Turns out that if i change line 81:

    h.makePositioned().observe("mousedown", slider.eventMouseDown);

To:

    h.makePositioned().observe("mousedown", this.eventMouseDown);

It works just fine and as far as I understand, "slider" is "this".
Don't have the time to figure out what's wrong right now, I've got to
get on with other stuff.

/Oskar

On Sep 30, 11:22 am, [EMAIL PROTECTED] wrote:
> I too am having problems with "observe". Found this thread now, trying
> to find a solution. :)
> My problem appears in the prototype 
> slider.jshttp://trac.symfony-project.org/browser/branches/1.1/data/web/sf/prot...
> where I am currently finding a workaround by changing the loop
> starting at line 75. Right now it works fine but without using
> "observe".
>
> On Sep 17, 11:43 am, Sebastian <[EMAIL PROTECTED]> wrote:
>
> > hello,
> > i am having problems with google chrome and prototype.js. sometimes
> > elements are not enhanced by prototype and the registration of events
> > with prototypes "observe" is not always working.
>
> > i am watching these bug 
> > reports:http://prototype.lighthouseapp.com/projects/8886/tickets/325http://pr...
>
> > my application is working fine on firefox, explorer, safari and opera,
> > but not google chrome... is someone else having this problems or has a
> > workaround?
>
> > i posted this question also to the 
> > google-chrome-group:http://groups.google.com/group/google-chrome-group/browse_thread/thre...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to