MetaCell / MetaCell/geppetto-meta
Fix layout manager default minimize behaviour
Open
@afonsobspinto is already working on this.
Since Jul 11, 2023.
enhancement
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
The default minimize behavior doesn't seem to work due to:
- getActiveNode is undefined
It also seems to be enforcing the minimize panel to be at the bottom border, ideally applications would be able to customize this.
The cause of the above problem seems to be that the name of the widget in the widget map doesn't seem to take the 'name' attribute but rather 'type'-'location'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.