Opened 11 years ago

Closed 10 years ago

#8577 closed bug (worksforme)

Button: IE infinite loop

Reported by: golivier Owned by:
Priority: minor Milestone: 1.11.0
Component: ui.button Version: 1.8.21
Keywords: Cc:
Blocked by: Blocking:

Description

With IE9 when you add the class "ui-state-disabled" on a ui.button element, IE use 100% of CPU.

$('a.button').button('disable'); //-> infinite loop
$('a.button').addClass('ui-state-disabled'); //-> infinite loop also

To fixe this problem, I have added in my css this :

.ui-state-disabled {
   filter : none;
}

Change History (2)

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

Milestone: 1.9.01.11.0

comment:2 Changed 10 years ago by petersendidit

Resolution: worksforme
Status: newclosed
Summary: IE infinite loopButton: IE infinite loop

How many a.buttons do you have on the page? I was unable to recreate the problem with this http://jsfiddle.net/petersendidit/BwhZ8/1/

Note: See TracTickets for help on using tickets.