#5925 closed bug (notabug)
Accordion Breaks in IE8
Reported by: | johngribben | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.accordion | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Accordion fails in IE8. the following error appears:
Message: Unexpected call to method or property access. Line: 104 Char: 68 Code: 0 URI: http://ubuntu.pedrera.com/sovereignconsulting/Scripts/jquery-1.4.2.min.js
Using jquery-1.4.2.min.js
Change History (8)
comment:1 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
I beg your pardon, I posted the wrong URI. Here is the correct one: http://ubuntu.pedrera.com/sovereignconsulting/index.php/services/ The left navigation should be an accordion.
comment:3 follow-up: 4 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Please provide a reduced test case showing the problem. Also, after a quick glance at the source code, I see that you're including two different accordion plugins.
comment:4 follow-up: 5 Changed 12 years ago by
Replying to scott.gonzalez:
Please provide a reduced test case showing the problem. Also, after a quick glance at the source code, I see that you're including two different accordion plugins.
Sorry, here is a reduced test case:
http://ubuntu.pedrera.com/sovereignconsulting/index.php/services/test
I have tried removing the other accordion script but the error persists on IE8.
Thanks!
comment:5 Changed 12 years ago by
Thanks a lot for your replies Scott.
I figured it out. There was an error in my php output.
comment:6 follow-up: 7 Changed 12 years ago by
Thanks John. That's why we always ask for reduced test cases. Tracking down that problem from the generated source of a full page can be pretty time consuming.
comment:7 Changed 12 years ago by
That makes total sense. I'll remember that for next time (although the only issues I have encountered so far have been like this one of my own creation). Thanks again!
I'm not getting any errors. Please link to a reduced test case showing the problem.