Paul Klink

Results 128 comments of Paul Klink

Use `addItem()` instead. `addComponent()` is a simplified version of `addItem()` which does not support `reorderEnabled`.

Give each component its own independent `ComponentItemConfig`. (Even if the components are the same type.)

Looks like `ResolvedItemConfig.width` and `ResolvedItemConfig.height` should also support `undefined`. Currently if the corresponding `Config` property is `undefined`, it is resolved to 50 (percent) instead of to `undefined`. (My bad -...

After thinking about this more, I think `size` should also include a CSS length unit such as: `px`, `em`, `%`, `fr`. For example: `size: 50%` It would be resolved to...

Implemented in #781. This PR still needs further testing.

@Andrew-Bx, thanks for getting back. I have gone ahead and merged all my PRs into master (#796). If you come across any issues, let me know and I will investigate.

Hi @cychia-n2n, This is not easily supported now. In the near future we plan to add support for Header User Controls in a stack and also give better access to...

Related to #696. Needs a PR. I need to write this up again :unamused:. Will do this when I have some time.

GoldenLayout does not currently generate map files for CSS files in the distribution. Not sure what the mapping would be to. The original style sheets are in either SCSS or...

Actually, probably your application expects `goldenlayout-base.css.map` to map between your minimised CSS files and the original CSS files in the distribution. I believe you need to configure your build environment...