Jump to content
Brian Enos's Forums... Maku mozo!

Inefficiency


ChristianHE

Recommended Posts

I hate inefficiency. For example: You go to a webite where you are a member. It asks you to log on. There are only two boxes, userid and password. But the focus ("cursor" to some) is NOT in the userId field, it's somewhere else and you need to push tab 20 times or take your hands off the keyboard and use your mouse to click into the field where focus should already be.

It's no big deal, but it's irritating.

Link to comment
Share on other sites

+1

Another I have on a password controlled site I have to use daily is that the log on screen has a flashing cursor in the userid box, but nothing happens until you click into the box.

Very annoying...

Link to comment
Share on other sites

+1

Another I have on a password controlled site I have to use daily is that the log on screen has a flashing cursor in the userid box, but nothing happens until you click into the box.

Very annoying...

+1

Link to comment
Share on other sites

As a programmer, I have to agree with all of you. There is nothing more annoying than a need to click somewhere where you should have been in the first place. This is no-brainer stuff for a programmer. Set the focus to the first item on the page. Tab order is just as no-brainer. Set the tab order so that pressing the tab key proceeds to the next field. Duh.

Drop down lists are equally easy to control. Type a letter, it goes to the first occurence of that letter. Type another letter, if goes to the first occurence of the combination of both. And so on. For me, I need NM. That means I type an N, and then need to use the down arrow to get to New Mexico. It is simple sh@@ to do this right.

Argh!!!

Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...