Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locked mode: prevent all mouse resizing #460

Closed
mathuo opened this issue Jan 19, 2024 · 2 comments · Fixed by #461
Closed

Locked mode: prevent all mouse resizing #460

mathuo opened this issue Jan 19, 2024 · 2 comments · Fixed by #461
Labels
enhancement New feature or request
Milestone

Comments

@mathuo
Copy link
Owner

mathuo commented Jan 19, 2024

I guess there are two features here:

  1. Disable mouse-interaction based resizing
    • I think this could be achieved entirely through CSS making it a fairly small change that is required.
  2. Disable the dnd drop functionality
    • This one is more involved but actually seems to be fairly similar to an existing issue here which I have been doing some work on which is to expose a function allowing control of whether dnd overlays are shown, in your case this function would just disable all overlays.

Originally posted by @mathuo in #457 (comment)

@mathuo mathuo linked a pull request Jan 19, 2024 that will close this issue
@mathuo mathuo added the enhancement New feature or request label Jan 19, 2024
@mathuo mathuo added this to the v1.9.2 milestone Jan 20, 2024
@mathuo mathuo modified the milestones: v1.9.2, v1.9.3 Jan 23, 2024
@mathuo mathuo reopened this Jan 30, 2024
@mathuo mathuo modified the milestones: v1.9.3, v1.10.0 Feb 8, 2024
@mathuo
Copy link
Owner Author

mathuo commented Feb 25, 2024

Released in 1.10.0 https://dockview.dev/

@mathuo mathuo closed this as completed Feb 25, 2024
@husayt
Copy link

husayt commented Feb 27, 2024

thanks for this, Would be also good to have similar for gridview options, but as suggested I achieved that with css. So not a big deal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants