Community
Participate
Working Groups
I'll attach a screenshot illustrating what we have and what we should have.
Created attachment 215577 [details] This is what we have now
Created attachment 215578 [details] ... and what we want to have The section should expand/collapse on clicking the header, not just the twistie. The twistie would be just an indicator.
Fixed with aa17e0ac0ee3af7361b50293687cebcb65ea900f. You can now click on the section header to hide/show the section.
There was a problem whereby a click on a command button collapsed a section. So I changed the logic to ignore the mouse clicks/Enter key if the target node is a child of any of the action spans (selection or other commands).
Now that we are using the expand/collapse sections in more places (like in the navigator left hand pane), the twisties definitely seem to big/obtrusive....Anton is going to look at this.
(In reply to comment #4) > There was a problem whereby a click on a command button collapsed a section. So > I changed the logic to ignore the mouse clicks/Enter key if the target node is a > child of any of the action spans (selection or other commands). Thanks Susan.