Page 1 of 1

selection control in text fields

PostPosted: Tue Aug 27, 2013 2:19 pm
by acroyear
Can you get rid of the 'feature' where-by if I select some characters in a text field (the search fields, primarily) in order to remove just them and get better search results, your code selects the rest of the text as well and thus my hit of the delete key wipes out everything instead of just the text I was intentionally trying to delete.

NO other application on the planet treats text fields that way (at least, not ones people actually like to use).

Re: selection control in text fields

PostPosted: Tue Apr 08, 2014 8:04 pm
by acroyear
Well, I'm doing it myself by editing the respective JSPs to remove the event handler, and I suppose I can continue to do so with each upgrade. no worries. :|