Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue May 24, 2015 · 3 comments
Closed

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

GoogleCodeExporter opened this issue May 24, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed title: Class property is not set in JQuery UI button in IE8
  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author


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
Copy link
Author

Thanks for this update.
I'm closing this issue.

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

  • Changed state: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant