Ticket #2942 (closed bug: fixed)
ui Accordion testing Safari and Firefox
| Reported by: | tim@… | Owned by: | joern.zaefferer |
|---|---|---|---|
| Priority: | major | Milestone: | 1.8.2 |
| Component: | ui.accordion | Version: | 1.5rc1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
hi, 3 issues:
- Firefox, opening the top tab will blow out the containing tab. Minimising either tab adds scrollbars to the drawer. (Firefox 2.0.0.14 OS X)
Test here: http://www.boxc.net/index_jquerytest.html vs. http://www.boxc.net/index.html (using accordion plugin)
- Safari, I can't explain this. If you add #TARGET to the URL, which is the id in the second accordion tab, the second tab will be raised above the first tab:
http://www.boxc.net/index_jquerytest.html#pro (Safari 3.1.1 OS X)
- Safari I had code in before to open the accordion based on #TARGET in the location. I changed this to ?TARGET because of the above issue. It works most of the time. but occasionally Safari will only half open the tab:
http://www.boxc.net/index_jquerytest.html?pro (Safari 3.1.1 OS X) Note: this is difficult to reproduce i.e. behaves inconsistently. Test here: http://www.boxc.net/index_jquerytest.html
My apologies if this is my code which is causing these issues
Change History
comment:6 Changed 3 years ago by scott.gonzalez
- Status changed from new to closed
- Resolution set to fixed
I can't reproduce these issues and the test pages are no longer being hosted. If you continue to have problems, please open a new ticket with a test case for each individual issue.
Closing fixed as these issues were likely fixed over the past few years.


Please disregard or lower priority of item 3). It was hard to reproduce and I realise I was going about it the wrong way in my code. I fixed my code to use addClass to set an active tab rather than try to activate the active tab during page set up.
If you want to see item 3) I have preserved the test codewith my old logic at: http://www.boxc.net/index_jquerytest.html vs. http://www.boxc.net/index_jquerytest2.html (acccordion plugin)
The first 2 items are still bugs I think? Again, my apologies if it is my code causing these issues.