Search and Top Navigation
#8577 closed bug (worksforme)
Opened September 14, 2012 06:47AM UTC
Closed October 15, 2012 09:02PM UTC
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; }
Attachments (0)
Change History (2)
Changed October 11, 2012 02:43PM UTC by comment:1
milestone: | 1.9.0 → 1.11.0 |
---|
Changed October 15, 2012 09:02PM UTC by comment:2
resolution: | → worksforme |
---|---|
status: | new → closed |
summary: | IE infinite loop → Button: 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/