Does anyone know of a way to prevent a text box from being clicked without disabling it or blocking mouse hover events?
I can't disable the text box because that would interfere with my jQuery tool tips, and blocking mouse hover events is not an option either. I haven't found a solution that addresses both issues.
Just to clarify, the user shouldn't be able to select text in the box or place the typing pointer inside it. Using labels won't work because this needs to apply to password fields as well as regular text fields.