#2942 closed bug (fixed)
ui Accordion testing Safari and Firefox
Reported by: | Owned by: | Jörn Zaefferer | |
---|---|---|---|
Priority: | major | Milestone: | 1.8.2 |
Component: | ui.accordion | Version: | 1.5rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (7)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Milestone: | 1.5 → 1.5.2 |
---|
comment:3 Changed 15 years ago by
Milestone: | 1.5.2 → 1.6b |
---|
comment:4 Changed 14 years ago by
Milestone: | 1.6b → 1.6 |
---|
comment:5 Changed 14 years ago by
Milestone: | 1.7 → 1.8 |
---|
comment:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
comment:7 Changed 13 years ago by
Milestone: | 1.9 → 1.8.2 |
---|
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.