AnanthaKN / jquery-in-place-editor

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

Issue using the documented default value of save_button #86

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I wanted to changed the value of the Save button, and used the default string 
as listed in the documentation:
    <input type="”submit”" class="”inplace_save”" value="”Save”"></input>

I found that changing 'Save' to 'Send' didn't changed the button value to Send. 
 Instead, the button value took on the value of the text inside the adjacent 
input text field.

Instead of the above string, I am able to use the following without problem:
     <button class="inplace_save" value="">Send</button>

I don't know if this counts as a bug but thought I'd list it anyhow.

I am using 2.3.0, working on a Mac OSX 10.6, Firefox 3.6.15.

Original issue reported on code.google.com by jasperri...@gmail.com on 9 Mar 2011 at 7:57

GoogleCodeExporter commented 8 years ago
i'm facing same problem in IE7, its ok in all other browser and even in IE.
Any fix?

Original comment by Owa...@gmail.com on 14 Nov 2011 at 7:31

GoogleCodeExporter commented 8 years ago
i'm facing same problem in IE7, its ok in all other browsers and even in IE9.
Any fix?

Original comment by Owa...@gmail.com on 14 Nov 2011 at 7:32