Opened 13 years ago

Closed 12 years ago

Last modified 10 years ago

#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 Changed 12 years ago by ehynds

Looks OK in IE 7/8: http://jsfiddle.net/JtjXP/

comment:2 in reply to:  1 Changed 12 years ago by ehynds

Replying to ehynds:

Looks OK in IE 7/8: http://jsfiddle.net/JtjXP/

And 6.

comment:3 Changed 12 years ago by Scott González

Resolution: worksforme
Status: newclosed

Please re-open with a test case if you continue to have problems.

comment:4 Changed 10 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.