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
Milestone: | 1.9.0 → 1.11.0 |
---|
comment:2 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Summary: | IE infinite loop → Button: IE infinite loop |
Note: See
TracTickets for help on using
tickets.
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/