There is a common feature of modern browsers where a user can select some text and drag it to an input field. Within the same field it causes moving of text, between differe
add the following to your field tags:
#ondragstart is for IE, onmousedown is for firefox ondragstart="return false" onmousedown="return false"