Search and Top Navigation
#5871 closed feature (fixed)
Opened July 28, 2010 09:52PM UTC
Closed January 11, 2011 08:44PM UTC
Accordion: Merge autoHeight and fillSpace options
Reported by: | scottgonzalez | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.9.0 |
Component: | ui.accordion | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
autoHeight and fillSpace are mutually exclusive. Deprecate both and create a new option with possible values of "auto", "fill", or "none".
auto -> autoHeight: true
fill -> fillSpace: true
none -> autoHeight: false, fillSpace: false
Attachments (0)
Change History (2)
Changed July 28, 2010 09:56PM UTC by comment:1
description: | autoHeight and fillSpace are mutually exclusive. Deprecate both and create a new option with possible values of "auto", "fill", or "none". \ \ auto -> autoHeight: true \ fill -> fillSpace: true \ none -> autoHeight: false, fillSpace: false → autoHeight and fillSpace are mutually exclusive. Deprecate both and create a new option with possible values of "auto", "fill", or "none". \ \ auto -> autoHeight: true[[BR]] \ fill -> fillSpace: true[[BR]] \ none -> autoHeight: false, fillSpace: false[[BR]] |
---|
Changed January 11, 2011 08:44PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in 490792be6a17f53108f96e077948db5f3cbafa05, 94a1786d5614aefeb1c14e492126bfe8aa28a804, e0ae1929a04044b1d0b23a5b35bf266f2dba7995, 75b94a1c12277b024ed1833ef20aa893bcfb379c, 32945202da1854a1b603db4994a263f4f789d398, f908281bc3aecc187f5f13abf8c2144d6a45fa82, d6edba5a89ab5e84044666bb9d50a4663c1412c8.
#5872 will remove these option after they have been deprecated.