Details
Description
fixedHeight doesn't work seem to work in either JSP or JSF
fixedHeight gets set as maxheight in js, and the js expects it to be an int
api says that it should be a string, default '200px', but JS uses 150px default anyway (except in updateproperties, which was 150px)
JS impls appear quite different
JS updateHeightInOpenClass() never seems to be called in JSF, and only called once in ctr in JSP
calcMaxDivHeight() in js assumes a header of 33px but this won't always be the case
Activity
Migration
created issue -
Migration
made changes -
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | User Philip.breau [ philip.breau ] |
Judy Guglielmin
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Assignee | Steve Maryka [ steve.maryka ] | Judy Guglielmin [ judy.guglielmin ] |
Resolution | Fixed [ 1 ] |
Philip Breau
made changes -
Fix Version/s | 1.2 Beta [ 10344 ] |
accordion has been totally reworked for 1.2 beta, so any remaining issues should be opened in new jira.
accordion header is now calculated in javascript, fixedHeight examples are in sample apps. if js functions remain and are unused, it is because they may be used in 1.3 derivation of this component.