Search and Top Navigation
#2942 closed bug (fixed)
Opened June 03, 2008 05:49PM UTC
Closed July 12, 2010 12:07PM UTC
Last modified July 12, 2010 12:23PM UTC
ui Accordion testing Safari and Firefox
Reported by: | tim@boxc.net | Owned by: | jzaefferer |
---|---|---|---|
Priority: | major | Milestone: | 1.8.2 |
Component: | ui.accordion | Version: | 1.5rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
hi,
3 issues:
1. 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)
2. 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)
3. 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
Attachments (0)
Change History (7)
Changed June 04, 2008 05:04AM UTC by comment:1
Changed June 26, 2008 07:44PM UTC by comment:2
milestone: | 1.5 → 1.5.2 |
---|
Changed July 10, 2008 08:48PM UTC by comment:3
milestone: | 1.5.2 → 1.6b |
---|
Changed August 16, 2008 03:27PM UTC by comment:4
milestone: | 1.6b → 1.6 |
---|
Changed March 08, 2009 02:42PM UTC by comment:5
milestone: | 1.7 → 1.8 |
---|
Changed July 12, 2010 12:07PM UTC by comment:6
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.
Changed July 12, 2010 12:23PM UTC by comment:7
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.