Skip to main content

Search and Top Navigation

#5998 closed bug (worksforme)

Opened August 27, 2010 12:13AM UTC

Closed October 08, 2010 07:01PM UTC

Last modified October 11, 2012 09:15PM UTC

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 );

Attachments (0)
Change History (4)

Changed October 08, 2010 06:47PM UTC by ehynds comment:1

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

Changed October 08, 2010 06:55PM UTC by ehynds comment:2

Replying to [comment:1 ehynds]:

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

And 6.

Changed October 08, 2010 07:01PM UTC by scottgonzalez comment:3

resolution: → worksforme
status: newclosed

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

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:4

milestone: TBD

Milestone TBD deleted