Reply
Bronze Star Contributor
Posts: 143
Registered: ‎10-25-2003

Fix Tab Order on Comcast Login Control

To whomever the web designer of the Login Page may be.

 

Fix the "Tab Order" on the email login page so that when you enter username and then hit "Tab" on your keyboard, the cursor moves directly from the username "textbox"  to the "password" textbox" with only one hit of the Tab..

 

Thanks You!

.Net Programmer
Email Expert
CCCarole
Posts: 24,395
Registered: ‎05-21-2006

Re: Fix Tab Order on Comcast Login Control

I agree.  I don't know why it doesn't work now- It used to.  I am sending this to the Administrator for you.

CC



Need Email Help? Please post the following information in your post.
Do you use XfinityConnect? The Full or Lite version?
Do you use an email client? Which one? (Eg; Windows Live mail, Outlook, a smartphone etc.)
Which browser/version do you use? And- have you cleared your browser cache?
Which operating system? XP, Vista, Windows 7, Mac OS X
Details of the problem you are having.




Official Employee
cc_xc
Posts: 556
Registered: ‎08-19-2011

Re: Fix Tab Order on Comcast Login Control

What browser are you using and where does the tab go on the first click?

 

On safari, the first tab took me to the link for "don't know your email address".  The second tab took me to password.  

 

On Opera, the first tab took me to the password.

Bronze Star Contributor
Posts: 143
Registered: ‎10-25-2003

Re: Fix Tab Order on Comcast Login Control

"I don't know why it doesn't work now- It used to"

 

It doesn't work because somebody edited the code and didn't check it.

.Net Programmer
Bronze Star Contributor
Posts: 143
Registered: ‎10-25-2003

Re: Fix Tab Order on Comcast Login Control

"What browser are you using and where does the tab go on the first click?"

 

FF12

 

It's a code thing, looks like a cross-browser issue.

.Net Programmer
Email Expert
CCCarole
Posts: 24,395
Registered: ‎05-21-2006

Re: Fix Tab Order on Comcast Login Control

I am currently using IE Version 9.0.  When I click to enter my username and do so, it sits there, tab does not go to the password field at all.

 

CC



Need Email Help? Please post the following information in your post.
Do you use XfinityConnect? The Full or Lite version?
Do you use an email client? Which one? (Eg; Windows Live mail, Outlook, a smartphone etc.)
Which browser/version do you use? And- have you cleared your browser cache?
Which operating system? XP, Vista, Windows 7, Mac OS X
Details of the problem you are having.




Email Expert
Posts: 18,235
Registered: ‎04-27-2004

Re: Fix Tab Order on Comcast Login Control


cc_xc wrote:

What browser are you using and where does the tab go on the first click?

 

On safari, the first tab took me to the link for "don't know your email address".  The second tab took me to password.  

 

On Opera, the first tab took me to the password.


That sounds like a difference in how you have your preferences set for the two browsers: selecting links with tabs is optional. So I think you have Safari set to select links, but don't have that option set in Opera.

 

Since the login page doesn't make use of the TABINDEX attribute on the INPUT elements, tabbing should just select the fields in the order that they appear in the HTML.

Email Expert
Posts: 18,235
Registered: ‎04-27-2004

Re: Fix Tab Order on Comcast Login Control

I just confirmed that in Chrome. If I turn off the "TAB selects links" option, I tab from Username to Password. If I turn it on, I go from Username to Forgot to Password.

 

Tabbing should go left-to-right and bottom-to-top, so this seems like the right thing. What are you seeing, Biff?

 

Email Expert
Posts: 18,235
Registered: ‎04-27-2004

Re: Fix Tab Order on Comcast Login Control


CCCarole wrote:

I am currently using IE Version 9.0.  When I click to enter my username and do so, it sits there, tab does not go to the password field at all.

 

CC



That seems like a browser problem, since I don't see anything in the HTML of the login page that overrides the normal tab behavior.

Bronze Star Contributor
Posts: 143
Registered: ‎10-25-2003

Re: Fix Tab Order on Comcast Login Control

[ Edited ]

IE9 works the same as FF12 here.

 

I would move that "Don't know your email or username link" below the password box.

 

Or change the "Tab Index" with javascript. Easiet, most compatible is to move the link.

.Net Programmer
Email Expert
Posts: 18,235
Registered: ‎04-27-2004

Re: Fix Tab Order on Comcast Login Control

I agree, the best option is to move the "Don't know" link. But as long as the recovery link is between the username and password, it's doing the right thing now.

 

But there's no need for Javascript, either reordering the items on the screen or using the TABINDEX attribute will do it.

Bronze Star Contributor
Posts: 143
Registered: ‎10-25-2003

Re: Fix Tab Order on Comcast Login Control

Oh yea barmer, attribute tabindex. Clean forgot about it. I never use it so it never came to mind. But still IMO just move the link.

.Net Programmer
Bronze Star Contributor
Posts: 143
Registered: ‎10-25-2003

Re: Fix Tab Order on Comcast Login Control

I'm just wondering if anything at all will be done abiut this. It seems like whomever does the web work isn't much concerned about "usability".

.Net Programmer
New Visitor
Posts: 3
Registered: ‎10-21-2007

Log on Tab Order Change

What's up with the log on tab order changing.  Used to be able to enter user ID and tab to enter password.

Now you have to tab twice.  How many times does that error occur?????????

Email Expert
CCCarole
Posts: 24,395
Registered: ‎05-21-2006

Re: Log on Tab Order Change

It has been reported already.  At this point we don't know if this is a 'new' change or something wrong.



Need Email Help? Please post the following information in your post.
Do you use XfinityConnect? The Full or Lite version?
Do you use an email client? Which one? (Eg; Windows Live mail, Outlook, a smartphone etc.)
Which browser/version do you use? And- have you cleared your browser cache?
Which operating system? XP, Vista, Windows 7, Mac OS X
Details of the problem you are having.




New Visitor
fallof
Posts: 3
Registered: ‎06-08-2012

Email Login

Please remove this link from between username and password.

Or change the tab order......

 

Don't know your email or username?

 

Computer users will frequently type in their username and hit tab then

start typing their password. Having this between username and password

inhibits this transition from user name to password with tab. You wind up on the

link by hitting tab, type your password, hit enter and wind up at the Dont

know your email or username page. 

 

Thanks,

Frank and lots of other users that I have spoken to who agree :smileyhappy:

 

New Visitor
fallof
Posts: 3
Registered: ‎06-08-2012

Re: Fix Tab Order on Comcast Login Control

I agree, sorry I should have looked before posting basically the same thing...... :smileyshocked:

Email Expert
Posts: 18,235
Registered: ‎04-27-2004

Re: Log on Tab Order Change

See the thread Fix Tab Order on Comcast Login Control

 

If you turn off your browser option to select links with TAB, you'll go directly from username to password without stopping on the "Forgot your username" link.

Email Expert
Posts: 18,235
Registered: ‎04-27-2004

Re: Fix Tab Order on Comcast Login Control

If you don't like to select links with the TAB key, why don't you just turn off that option in your browser settings?

New Visitor
Posts: 3
Registered: ‎10-21-2007

Re: Fix Tab Order on Comcast Login Control

And how does one turn off that option in IE?

Bronze Star Contributor
Posts: 143
Registered: ‎10-25-2003

Re: Fix Tab Order on Comcast Login Control

[ Edited ]

I think he's talking about tabbing through page elements. Not "Tabs" as in opening a new page in a "Tab".

 

Whomever does web design for that login page still has not fixed it.

.Net Programmer
Email Expert
CCCarole
Posts: 24,395
Registered: ‎05-21-2006

Re: Fix Tab Order on Comcast Login Control


Biff-Tannon wrote:

I think he's talking about tabbing through page elements. Not "Tabs" as in opening a new page in a "Tab".

 

Whomever does web design for that login page still has not fixed it.



I think you are correct.  Sorry- I removed my post to avoid confusion.

CC



Need Email Help? Please post the following information in your post.
Do you use XfinityConnect? The Full or Lite version?
Do you use an email client? Which one? (Eg; Windows Live mail, Outlook, a smartphone etc.)
Which browser/version do you use? And- have you cleared your browser cache?
Which operating system? XP, Vista, Windows 7, Mac OS X
Details of the problem you are having.




Email Expert
Posts: 18,235
Registered: ‎04-27-2004

Re: Fix Tab Order on Comcast Login Control


cdplap wrote:

And how does one turn off that option in IE?


Hmm, it looks like IE doesn't make it optional, like most other browsers do. At least, I haven't been able to find anything by googling (I have a Mac, so I don't have IE).

New Visitor
NoFears
Posts: 1
Registered: ‎06-11-2012

Re: Fix Tab Order on Comcast Login Control

I couldn't agree more! My "muscle memory" is used to the old way - enter user ID, tab, enter password - and putting a link BETWEEN those two fields in unheard of out there in the rest of the Internet world! Also, could you add a setting that allows you to choose your default openeing screen please or make the choices actual buttons? Having to click on View Entire InBox in what's essentially a ToolBar isn't the most user friendly feature you have available. Finally, the Sign Off selection always scrolls off the top of the screen forcing me to scroll up to exit my e-mail. Why is that so inconeniently located? 

New Visitor
Posts: 3
Registered: ‎10-21-2007

Re: Fix Tab Order on Comcast Login Control

Yes.  It's time to consider changing email providers.  Just because we pay them to connect doesn't mean we need to communicate through them.

New Visitor
fallof
Posts: 3
Registered: ‎06-08-2012

Re: Fix Tab Order on Comcast Login Control

I'll just hit the tab key twice and get used to it it's probably easier than getting it fixed. :smileywink:

Email Expert
Posts: 18,235
Registered: ‎04-27-2004

Re: Fix Tab Order on Comcast Login Control


cdplap wrote:

Yes.  It's time to consider changing email providers.  Just because we pay them to connect doesn't mean we need to communicate through them.



This isn't just for email, it's for any login to the Comcast website (e.g. to view your bill online). It also seems like an overreaction -- change providers just because you have to press TAB twice?

Bronze Star Contributor
Posts: 143
Registered: ‎10-25-2003

Re: Fix Tab Order on Comcast Login Control

[ Edited ]

I wouldn't complain if they got rid of that stupid "preview page" when you log in to check email. Wouldn't complain one bit! Not even a little.

.Net Programmer
Email Expert
CCCarole
Posts: 24,395
Registered: ‎05-21-2006

Re: Fix Tab Order on Comcast Login Control

You and many others feel that way.  I highly doubt it is going to go away tho.

CC



Need Email Help? Please post the following information in your post.
Do you use XfinityConnect? The Full or Lite version?
Do you use an email client? Which one? (Eg; Windows Live mail, Outlook, a smartphone etc.)
Which browser/version do you use? And- have you cleared your browser cache?
Which operating system? XP, Vista, Windows 7, Mac OS X
Details of the problem you are having.




Moderator
ComcastJoe
Posts: 6,627
Registered: ‎08-11-2011

Re: Fix Tab Order on Comcast Login Control


Biff-Tannon wrote:

I wouldn't complain if they got rid of that stupid "preview page" when you log in to check email. Wouldn't complain one bit! Not even a little.


We have a new homepage that has only been released to a few random customers right now because it is in a beta but this page has a link that will let you bypass the preview page. Stay tuned for updates on its release.

 

Thanks,
Joe
XfinityTV.com/Xfinity.com Support
Twitter: @XfinityTVJoe

Email Expert
Posts: 18,235
Registered: ‎04-27-2004

Re: Fix Tab Order on Comcast Login Control


ComcastJoe wrote:

We have a new homepage that has only been released to a few random customers right now because it is in a beta but this page has a link that will let you bypass the preview page. Stay tuned for updates on its release.



Is this the same page people have been complaining about because it opens mail in a new window/tab?

Moderator
ComcastJoe
Posts: 6,627
Registered: ‎08-11-2011

Re: Fix Tab Order on Comcast Login Control


Barmar wrote:

ComcastJoe wrote:

We have a new homepage that has only been released to a few random customers right now because it is in a beta but this page has a link that will let you bypass the preview page. Stay tuned for updates on its release.



Is this the same page people have been complaining about because it opens mail in a new window/tab?


No, that is a different beta page.

 

Thanks,
Joe
XfinityTV.com/Xfinity.com Support
Twitter: @XfinityTVJoe

Bronze Star Contributor
Posts: 143
Registered: ‎10-25-2003

Re: Fix Tab Order on Comcast Login Control

[ Edited ]

The TAB thing seems to be set up correctly now. Not bad, total of 30 days to fix it.

 

Now get rid of that stupid "preview page" and I'll stop complaining    ;^)

.Net Programmer