southbeach
Programmer
I have this
if you click or tab into field with FireFox, IE or Edge it works - Chrome, in the other hand, selects in a flash and places cursor at end of field.
What can I do to get chrome to select and keep content selected?
Thank you all in advance for your help!
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.
Code:
<input id="width0" class="rfqmusthave" type="text" style="width: 85%;" maxlength="7" value="0.00" name="width[]" onblur="$(this).toNumber(); calcClass('0');" onkeyup="$(this).toNumber();" onclick="$(this).select();" onfocus="$(this).select();" onmouseup="return false">
if you click or tab into field with FireFox, IE or Edge it works - Chrome, in the other hand, selects in a flash and places cursor at end of field.
What can I do to get chrome to select and keep content selected?
Thank you all in advance for your help!
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.