Grillos / jquery-datatables-editable

Automatically exported from code.google.com/p/jquery-datatables-editable
0 stars 0 forks source link

Class property is not set in JQuery UI button in IE8 #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

In your code sample I found a small issue : 

oAddNewRowCancelButtonOptions: { 
                label: "Close",
                                class: "back-class",
                                name: "action",
                                value: "cancel-add",
                                icons: { primary: 'ui-icon-close' }
                            },

class property is not accepted by IE (8)

Original issue reported on code.google.com by philippe...@gmail.com on 8 Jun 2011 at 3:49

GoogleCodeExporter commented 8 years ago
Could you try does it happens with the standard JQuery UI button when you try 
it separate from the editable plugin. I just pass these settings to the JQuery 
UI button that is injected in popup.
If this is general bug in the JQuery UI then I canot fix it, because I do nto 
have control over this code

Original comment by joc...@gmail.com on 11 Jun 2011 at 8:22

GoogleCodeExporter commented 8 years ago

Commenting the 'class' property , everything is ok.
That's a JQuery UI problem. 

Original comment by philippe...@gmail.com on 11 Jun 2011 at 2:23

GoogleCodeExporter commented 8 years ago
Thanks for this update.
I'm closing this issue.

Original comment by joc...@gmail.com on 11 Jun 2011 at 7:21