Bug Tracker

Opened 15 years ago

Closed 15 years ago

#1803 closed bug (wontfix)

Accordion Bug

Reported by: jelnet Owned by: joern
Priority: major Milestone: 1.2.2
Component: ui Version: 1.2.1
Keywords: accordion Cc:
Blocked by: Blocking:

Description (last modified by joern)

Please see the accordion demo I have created on this page:

http://www.jeremywray.co.uk/phoenix/home.php

Then follow the two detailed error producing scanarios below:

Errors occured in FireFox 2.0.0.7 and IE 6.0 on Windows XP:

Error scenario #1:
------------------

1. Click UK Fund (submenu expands - OK)
2. Click Documents (submenu expands - OK)
3. Click Fund Statistics (Documents submenu collapses, Fund Statistics submenu expands - OK)
4. Click Fund Statistics (Fund Statistics submenu collapses - OK)
5. Click UK Fund (submenu collapses - OK)
6. Click Contact (submenu expands - OK) Note - DO NOT colapse Contact menu
7. Click UK Fund (Contact menu collapses UK Fund submenu expands - OK)
8. Click Fund Statistics (error! - hides menu items on same level instead of expanding)
9. Click Fund Statistics (submenu collapses - OK)
10. Click Documentss (Error!  - nothing happens)


Error scenario #2:
------------------

1. Click UK Fund (submenu expands - OK)
2. Click Documents (submenu expands - OK)
3. Click Fund Statistics (Documents submenu collapses, Fund Statistics submenu expands - OK)
4. Click Uk Fund (submenu collapses - OK)
5. Click Contact (submenu expands - OK) Note - DO NOT colapse Contact menu
6. Click UK Fund (Contact menu collapses UK Fund submenu expands - OK)
7. Click Fund Statistics (Error! - submenu collapses leaving gap below)
8. Click Fund Statistics (submenu collapses - OK)
9. Click Documentss (Error!  - Documents submenu expands but missing one item)

Thanks! Jeremy Wray

Change History (4)

comment:1 Changed 15 years ago by ThrushAAX

You're using a nested structure so according to the documentation you need to specify the header elements for each accordion.

comment:2 Changed 15 years ago by paul

Owner: set to joern

comment:3 Changed 15 years ago by joern

Description: modified (diff)

comment:4 Changed 15 years ago by joern

Resolution: wontfix
Status: newclosed

Nested accordions aren't supported (yet). Currently they mostly work when contents have the same height.

Note: See TracTickets for help on using tickets.