Impact analysis cosmetics:

- remove empty groups, since it may happen
- properly scale the borders of groups and redundancy groups
- automatically rescale the graph when showing/hiding the "Filter" tab

SVN:trunk[3715]
This commit is contained in:
Denis Flaven
2015-09-04 09:22:36 +00:00
parent 09cbf63c5a
commit 7fa99cedee
3 changed files with 44 additions and 9 deletions

View File

@@ -857,7 +857,7 @@ class DisplayBlock
$oPage->add_ready_script(
<<<EOF
$("#dh_$sId").click( function() {
$("#ds_$sId").slideToggle('normal', function() { $("#ds_$sId").parent().resize(); FixSearchFormsDisposition(); } );
$("#ds_$sId").slideToggle('normal', function() { $("#ds_$sId").parent().resize(); FixSearchFormsDisposition(); $("#dh_$sId").trigger('toggle_complete'); } );
$("#dh_$sId").toggleClass('open');
});
EOF