AnanthaKN / jquery-in-place-editor

Automatically exported from code.google.com/p/jquery-in-place-editor
Other
0 stars 0 forks source link

select all on click #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Is there an option that could allow me when I click the text to be edited not 
to be selected or highlighted?. 

What happens is that when you click on the text to be edited it selects it all. 
the downside of that would be to accidentally change the values inside. what if 
I only want to add some text in it. hope I made sense. Thanks

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by vbfc...@gmail.com on 15 Sep 2010 at 6:39

GoogleCodeExporter commented 8 years ago
you can do that in one of the callbacks, just remove the selection from the 
textfield.

Original comment by mhaec...@gmail.com on 27 Jan 2011 at 8:47