Changes between Initial Version and Version 1 of Ticket #6162
- Timestamp:
- Oct 8, 2010, 9:40:46 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6162
-
Property
Milestone
changed from
TBD
to1.9
-
Property
Type
changed from
bug
tofeature
-
Property
Summary
changed from
Accordion: fillSpace has wrong maxHeight calculation
toAccordion: Allow fillSpace to work when the accordion has siblings
-
Property
Milestone
changed from
-
Ticket #6162 – Description
initial v1 1 Hi, 2 if the parent element of my accordion widget contains other child elements, the method resize of the accordion not take the height of these other child elements into account for calculating height of the active accordion content. As by now, the accordion widget does not fit into the parent element. 3 The same thing happenes if a header of the accordion is not visible. In this case the accordion-height is less then the parent height. 4 Code to illustrate the issues can be provided. 1 fillSpace currently assumes that the accordion is the only child of its parent. It should allow for siblings to take up space within the parent as well. The calculation should also account for any hidden headers.