Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If slider contains links, it is broken after tabbing through it #25

Open
jasjukaitis opened this issue Nov 13, 2011 · 6 comments
Open
Assignees
Projects
Milestone

Comments

@jasjukaitis
Copy link

I used this awesome slider for showing my latest blog posts. There are also links in it and when I want tab link to link through my page, the slider shows about the half of an item. Example is here: http://raphaa.de. I think it is clearer when you can see it.

@tylernotfound
Copy link
Contributor

I'm sorry, but I do not see any issue with that slider. What am I missing?

@jasjukaitis
Copy link
Author

I use the tab key very often to navigate through websites. I did it on my own one (link see above) and the slider looked bad.

@mordendk
Copy link

mordendk commented Jan 4, 2012

I had the same experience with input fields using FelxSlider 1.8. The workaround I did was this to set tabindex="-1" and add these callbacks to the options for the slider.

start : function (slider) {
    slider.slides.eq(slider.currentSlide).find(':input').removeAttr('tabindex');
},
after : function (slider) {
    slider.container.find(':input').attr('tabindex', '-1');
    slider.slides.eq(slider.currentSlide).find(':input').removeAttr('tabindex');
}

@tylernotfound
Copy link
Contributor

Alright, I'm seeing what you are talking about now. I'll try and sort this out.

Thanks for pitching in, mordendk!

@mattyza mattyza closed this as completed Feb 21, 2013
@keeganstreet
Copy link

@mattyza was this resolved?

@mattyza
Copy link
Member

mattyza commented Apr 4, 2013

@keeganstreet There should be a fix for this in the "develop" branch.

Please test on your end with the code from the "develop" branch and advise if the issue persists.

Thanks for your input here. :)

@mattyza mattyza reopened this Apr 4, 2013
@jeffikus jeffikus self-assigned this Feb 18, 2015
@jeffikus jeffikus added this to the 2.6.5 milestone Sep 15, 2017
@jeffikus jeffikus added this to Assess in 2.6.5 Sep 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
2.6.5
Assess
Development

No branches or pull requests

6 participants