![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Internet Explorer Forum Internet Explorer Support. |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Apr 2008
Posts: 1
OS: vista
|
text elements stay selected when focus moved
How do I deselect/unselect text using dhtml/dom?
background: I like my forms to wrap when the user tabs through them, (ie pressing tab on the last element takes you to the first. Pressing backtab on the first takes you to the last). I have keydown event handlers that I attach to the first and last elements of each form that make that happen. It is a big convenience to the user. The problem that I have is that when wrapping out of a text field that is selected (and they all are by default when you tab into them) the field stays selected. This makes sense because I "cancel the default action" which would include deselecting the text. I have tried every dom method that I can think of to unselect or deselct the text. I have tried giving focus to itself and to other text fields, I have tried the click() method on it (clicking with a real mouse deselects the text but the dom click method does not.) I have not tested this in other browsers to see how they handle it. If there is a dom select() method, should there not be an unselect method? And whild we are at it, should there not be two parms for select that tell you the first and last character of text to select with the default being select all? If that were the case I could select(0,0) on the element and acheive the needed result. Last edited by Ted Cohen; 04-30-2008 at 03:17 PM. |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
![]() |
| Thread Tools | |
|
|