Paul Klink

Results 128 comments of Paul Klink

See issue #805. (Will add this to the documentation for others)

I agree that only left click should initiate a drag operation. Looks like the issue is in this line https://github.com/golden-layout/golden-layout/blob/f442a2d669783fb15fea03485d383a55de34e854/src/ts/utils/drag-listener.ts#L69 It should also test for mouse button. Will fix in...

It is logical. Being able to drag stacks would be a useful feature. The question is whether the feature is useful enough for someone to spend the time to implement...

### Warning I suspect there is a fair bit of work to getting this right. My time is limited. Unless this is straight forward, I will not have time to...

The `LayoutManager.resizeWithContainerAutomatically` is only applicable to a Golden Layout container. That is, the HTML element which is GoldenLayout's parent. It is not applicable to individual Golden Layout *component* containers. So...

There have been several discussions on this type of layout. Essentially putting constraints on how the layout can be arranged and also reserving space. The only real outcome is that...

No. Currently this is not supported. Tabs get recreated when a layout is resized. So even if applications could get hold of a Tab's HTML element, they would need to...

[Use focus](https://golden-layout.github.io/golden-layout/component-focus/) Listen to the `focus` event from `EventEmitter`.

I assume you are asking about programmatically adding a window (not dropping a window). I don't think this is currently possible in Golden Layout. It may be possible if you...

Stacks are removed at this [line](https://github.com/golden-layout/golden-layout/blob/f442a2d669783fb15fea03485d383a55de34e854/src/ts/items/content-item.ts#L163) however there could also be other places. Note that implementing this feature properly would require substantial architectural changes to Golden Layout. It is unlikely...