Actions
Bug #5526
closedif cbmoreless is initially hidden it does not function
Description
When using cbmoreless jQuery plugin if it's initially hidden (e.g. on a tab) then it will not trigger the display of showhide usage.
Updated by krileon about 9 years ago
The styling should also be improved as follows.
.cb_template .cbMoreLessOpen > a {
padding-left: 5px;
}
Updated by beat about 9 years ago
- Target version changed from CB 2.0.12 to CB 2.0.13
Updated by beat almost 9 years ago
- Target version changed from CB 2.0.13 to CB 2.0.14
Updated by krileon over 8 years ago
cbmoreless is default open and not closed. So this isn't an issue given the default behavior always displays the content. However, issue still should be resolved so it can properly work to hide the moreless when switching to the tab.
Updated by krileon over 8 years ago
The max-height is still being applied when default is to display the content. So this is where part of the issue of hidden content is coming from.
Updated by krileon over 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1042
Actions