Tech Support > Microsoft Windows > Windows CRM > Can't select text in input control
Can't select text in input control
Posted by jdstento on July 8th, 2005


I have created a custom page that works fine within CRM. The strange
thing is that I can't select (highlight) text in a textbox control. I
created the page using an asp:TextBox control and a regular HTML Input
control set to type=text. For some reason I can't select the text using
the keyboard or mouse in either case. The standard CRM pages don't
exhibit this behavior. Does anyone have a clue what's going on?

Thanks.

James

Posted by jdstento on July 8th, 2005


Ooops! I found it. My form template had the following JavaScript event:
onselectstart="return false;" Not too smart.


Similar Posts