#5998 closed bug (worksforme)
buttonset("refresh") causes JS error in IE
Reported by: | noel_g | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.button | Version: | 1.8.4 |
Keywords: | refresh buttonset | Cc: | |
Blocked by: | Blocking: |
Description
using this $(".filters").buttonset("refresh"); generates an error in IE, but not in Chrome line 83 char 366 all I can get from the error dialog
Adding this to the click event works however $( this ).button( "widget" ) .addClass( "ui-state-active" ) .attr( "aria-pressed", true );
Change History (4)
comment:1 follow-up: 2 Changed 12 years ago by
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Please re-open with a test case if you continue to have problems.
Note: See
TracTickets for help on using
tickets.
Looks OK in IE 7/8: http://jsfiddle.net/JtjXP/