The accordion no longer works with IE9. This will become a growing problem. It is actually a jquery UI problem not a jquery update problem. I believe that jquery fixed it with Jquery UI version 1.8. Ie is actually following standards for once, but the accordion doesn't work as a result. Very important. I do not think that this module supports Jquery UI 1.8. That is definitely desirable.

Comments

newtonpage’s picture

I encountered this problem as well and discovered the following:

1) it is a known bug in jQ UI 1.8.9
2) it works with the latest IE9 preview release (go figure)

temporary workaround using jQuery:
1) sniff the browser in jQuery (must use the now-deprecated $.browser function)
2) if IE9, disable animation for the accordion

or just disable animation for all IE since no animation works with the accordion in IE.

N

njguy’s picture

I downloaded the IE9 pre-release version and the accordion worked fine. I was using the Beta version. So I guess this can be a resolved issue. Thanks for the response.

newtonpage’s picture

I think you mean jQuery UI 1.7? if so, if you are using jQuery 1.4 as this module does, you need to update jQuery UI, as well. the latest version is 1.8.10.

see:
http://jqueryui.com/

N

markhalliwell’s picture

Component: User interface » Code
Issue summary: View changes
Status: Active » Closed (outdated)

Drupal 6 reached EOL (end-of-life) on February 24, 2016.