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

Wifi input fields contents not selected for onclick event #11

Closed
ricklon opened this issue Sep 15, 2010 · 2 comments
Closed

Wifi input fields contents not selected for onclick event #11

ricklon opened this issue Sep 15, 2010 · 2 comments

Comments

@ricklon
Copy link

ricklon commented Sep 15, 2010

Wifi input fields contents not selected for onclick event. All input fields seem to have this problem. It causes extra mouse clicks and typing to work around.

@Marck00
Copy link
Collaborator

Marck00 commented Sep 23, 2010

Ricklon, I investigated this and while it is of course possible to implement such a functionality, it has some drawback: you won't be able to select parts of the input fields' contents with the mouse.

Besides, when you use the TAB and SHIFT+TAB keys to move between the input fields, their contents are selected by default. When using the mouse to put the focus in an entry field, you just have to hold the mouse button and drag the mouse pointer over the text you want to select.

I do not see the need for changing this behaviour which is pretty much standard in every browser and virtually any web application that uses forms.

@ricklon
Copy link
Author

ricklon commented Sep 24, 2010

I've been thinking about this. The real problem comes from the hint text being real text in the field. This is a low level annoyance. It's only an issue when I'm creating multiple test accounts.

@diva diva closed this as completed Oct 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants