This is a migrated thread and some comments may be shown as answers.

TabStrip focus using keyboad navigation

7 Answers 308 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Ande2013
Top achievements
Rank 1
Ande2013 asked on 19 Jun 2013, 12:01 PM
If I open the demo at http://demos.kendoui.com/web/tabstrip/index.html and hit Tab to navigate using the keybard, I can see a blue margin highlighting that the TabStrip has focus. 

If I open the theme editor with the default theme, there is no indication that the TabStrip has focus. How can I get my TabStrib to provide feedback to the user that it has focus as the demo page does?

Thank you

7 Answers, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 21 Jun 2013, 12:17 PM
Hello Andreas,

I do not see any actual focus on the tabstrip when pressing tab.

http://jsbin.com/ehorog/1

What browser do you use? Basically browsers add a dotted border to the focused element. Anyway I do not see any added to any element of the tabstrip.

Regards,
Petur Subev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Ande2013
Top achievements
Rank 1
answered on 21 Jun 2013, 12:47 PM
I've just realised I was actually using two different browsers, I was seeing the blue border in Opera and then opening the other page with IE. You are right, in Internet Explorer there is never any blue border or any other indication that the TabStrip has focus. 

Is the intended behavior - that there is no indication of focus? From what I can see it is not very usable without a mouse?
0
Ande2013
Top achievements
Rank 1
answered on 21 Jun 2013, 12:48 PM
You are right, in Internet Explorer there is never any blue border or any other indication that the TabStrip has focus. 

Is the intended behavior - that there is no indication of focus? From what I can see it is not very usable without a mouse?
0
Ande2013
Top achievements
Rank 1
answered on 21 Jun 2013, 12:49 PM
 I was actually using two different browsers, I was seeing the blue border in Opra and then seeing the other page with Internet Explorer. 
0
Ande2013
Top achievements
Rank 1
answered on 21 Jun 2013, 12:50 PM
 BTW, I was seeing the blue border in Opera.
0
Petur Subev
Telerik team
answered on 24 Jun 2013, 07:55 AM
Hello Andreas,

All browsers display the indicator in slightly different ways, but the current consensus seems to be a soft, glowing blue line or a fine dotted black line.

To change that look you can use CSS rules, you can find different articles on the internet about this.

http://www.bettertesting.co.uk/content/?p=1636

Regards,
Petur Subev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Accepted
Ande2013
Top achievements
Rank 1
answered on 24 Jun 2013, 09:41 AM
Thanks. I guess the main issue is that there is no focus indicator appearing in Internet Explorer at all.

I could not get IE to show the sort of blue outline around the entire tabstrip Opera shows.

But using a:focus { outline: 1px dotted; } as the article suggested does highlight the tab headers when I tab over them so it is more usable now.
Tags
TabStrip
Asked by
Ande2013
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Ande2013
Top achievements
Rank 1
Share this question
or