Multiline textbox mouse behavior issue. (ASP.NET)
I have a few multiline text boxes within my project that all have the same issue. When you move the mouse to go to click on them to allow you to enter text, you have to move the mouse just right to get it to be the text cursor icon. I can be in the middle of the box and it will be a pointer icon, and move it just a touch it turns into the text cursor, then move it just a bit more and it turns back into the pointer.
This happens on multiple different textboxes across different pages.
<asp:TextBox ID="txt_Multiline" runat="server" CssClass="textbox_notes_medium" MaxLength="1000" TextMode="MultiLine" OnChange="ValueModifiedChangeDisplay(true);"/>
The CSS Class: .textbox_notes_medium { width: 500px; height: 150px; font-family: "Verdana"; font-size: .90em;
resize: none; }
0 comments:
Post a Comment