Ticket #731 (closed assessed: fixed)
Form tab texts may be confusing
Reported by: | joeb | Owned by: | jeroens |
---|---|---|---|
Priority: | normal | Milestone: | Ecopath 6: release 6.1.0 |
Component: | Overall GUI | Version: | |
Severity: | feature | Keywords: | |
Cc: |
Description (last modified by jeroens) (diff)
Tree node names make good sense in the navigation tree. Individual form tabs reflect the same tab text, but this is often not overly informative. Examples include 'Options' (for MSE assessment options)
Change History
comment:2 Changed 15 years ago by jeroens
- Description modified (diff)
- Summary changed from Form tabs not overly informative out of context to Form tab texts may be confusing
A solution may be to no longer connect form tabs to the navigation structure by literal content; the navigation tree item ID should instead be attached to a form tab tag. This allows for a coded nav. tree item / form tab connection, which frees up the form tabs to contain any type of descriptive text without confusing the ScInt? navigation structure
comment:3 Changed 15 years ago by jeroens
- Status changed from new to closed
- Resolution set to fixed
The scientific interface will use the form and grid Text property for the text in the tabs. Prior, this would interfere with the navigation system which created potential bugs with globalization. Now, the navigation structure no longer relies on the text in a tab to function. It was about time.