Carousel anchor issues in IE

I’m still having anchor issues in IE9

I have my carousel here:
http://clients.rla.co.uk/scripty/

And when I click left or right it jumps to the top of the page.

I have the latest version of scripty and no other actions on the page.

Any ideas?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I’m not seeing that here. The Action is written to prevent the default event behavior from happening when one of these controls is clicked. The normal behavior for a click on an empty anchor is to scroll to the top of the page. But the event handler applied to the .controls a objects begins with Event.stop(evt), which keeps that from going through. You may have a cached version of the script, or some other browser-based issue there that is preventing this from happening, but that’s what’s supposed to happen.

Walter

On Nov 2, 2012, at 10:08 AM, BigG wrote:

And when I click left or right it jumps to the top of the page.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I’m not seeing that here.

Nor me!

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hmm weird. I’ve tried it on a few machines using IE9 and the result is the same - it snaps to the top.

This is a brand new page created so none of the machines have it cached so not sure what the issue may be.

Will have to think of an alternative method of the carousel I think as the client has the issue too.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I have rebuilt again and tried on another computer and it works, so there’s something screwy going on but as it works on 1 machine, I’m going to stick with it I think.

Thanks for looking.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options