AnanthaKN / jquery-in-place-editor

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

Feature Request: Check for existing input before opening up another one. #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Problem:  Having multiple EIP fields on a form can have adverse effects if
multiple fields are open at one time since the inputs are all named the same.

Feature Request:  Check for an existing, active input field.  If one
exists, don't open up the field clicked.  Send an alert instead and set
focus to the existing field.

Original issue reported on code.google.com by warp...@gmail.com on 14 Oct 2009 at 5:06

GoogleCodeExporter commented 9 years ago
Uhm, could you please explain in more detail what you're trying to achieve here?

The ability to have multiple editors open seems crucial to me - but I kind of 
get the gist that you would like to 
get a callback when the editor is clicked so you can participate in the editor 
creation?

I am thinking about something along the line of willOpenEditor()/ 
didOpenEditor() as the interface for this.

Original comment by mhaec...@gmail.com on 28 Mar 2010 at 5:04

GoogleCodeExporter commented 9 years ago
You should be able to achieve this with the preinit callback that is in the 
latest release.

Please feel free to reopen this bug if you can't implement this feature with 
that callbac.

Regards,
Martin

Original comment by mhaec...@gmail.com on 14 May 2010 at 9:16