vote up 0 vote down star

Ive never seen this.

I click into my textbox to type in a value and as soon as i release the mouse button focus jumps to the above dropdown list. No javascript on these items.

If i hold the mouse button down i can type in a value to the textbox.

Any idea?

flag

72% accept rate
ok..happens in all browsers except IE 7. – chopps Apr 15 at 20:33
can you provide more details? – Daniel A. White Apr 15 at 20:40
I click in a textbox(asp.net) and i release the mouse it loses focus to the dropdownlist about the textbox. The cursor doesnt stay in the clicked textbox. – chopps Apr 15 at 20:52
I looked at it through Firebug and didnt see anything out of the ordinary. – chopps Apr 15 at 20:52
Is the page public? – Daniel A. White Apr 15 at 21:47
show 1 more comment

1 Answer

vote up 0 vote down

Someone might be catching the mouseup event.

Event handling differs across browsers which might explain why it happens in all browsers except IE7.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.