macvim icon indicating copy to clipboard operation
macvim copied to clipboard

Dragging tabs to reorganize them does not work

Open bsergean opened this issue 2 years ago • 4 comments

Steps to reproduce

  1. Create 3 tabs
  2. Try to drag the middle tab left or right, by picking it with the mouse, it cannot be done

Expected behaviour

Being able to move tabs around with the mouse

Version of Vim and architecture

MacVim r176 Vim 9.0.1276 arm64

Environment

OS Ventura 13.2.1

How MacVim was installed

Downloaded from GitHub

Logs and stack traces

No response

Vim configuration where issue is reproducable

No response

Issue has been tested with given configuration

  • [X] by running MacVim.app from GUI macOS interface
  • [ ] by running vim/gvim/etc installed by MacVim
  • [ ] by running other versions of vim (e.g. /usr/bin/vim)

Issue has been tested with no configuration

  • [ ] by running mvim --clean (or gvim, supplied by MacVim distribution)
  • [ ] by running vim --clean (in terminal, supplied by MacVim distribution)
  • [ ] by running vim --clean (in terminal, other suppliers, e.g. /usr/bin/vim)

Other conditions

  • [ ] The both Homebrew packages "vim" and "macvim" are installed

bsergean avatar Mar 10 '23 19:03 bsergean

It seems to work for me. How is it not working? Like it's not reacting to the drag at all?

ychin avatar Mar 10 '23 20:03 ychin

https://user-images.githubusercontent.com/11857745/224422517-87710339-909a-4639-b518-664eb072d5ca.mov

bsergean avatar Mar 10 '23 20:03 bsergean

That seems weird. Do you mind running the following to see what your options are set to?

defaults read org.vim.MacVim | grep MM

Also, have you used previous versions of MacVim before? Is this a new issue for you? I did fix a crash in the related code but I don't think it should have caused any issue, so just want to see if it could be related.

ychin avatar Mar 10 '23 20:03 ychin

$ defaults read org.vim.MacVim | grep MM MMAutosaveColumns = 214; MMAutosaveRows = 55; MMLastUsedBundleVersion = 176; MMTopLeftPoint = "{334, 1055}";

I’ve been a MacVim users for many years, and yes I upgraded recently.

On Mar 10, 2023, at 12:42 PM, Yee Cheng Chin @.***> wrote:

That seems weird. Do you mind running the following to see what your options are set to?

defaults read org.vim.MacVim | grep MM Also, have you used previous versions of MacVim before? Is this a new issue for you? I did fix a crash in the related code but I don't think it should have caused any issue, so just want to see if it could be related.

— Reply to this email directly, view it on GitHub https://github.com/macvim-dev/macvim/issues/1384#issuecomment-1464443344, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC2O6UJZBDJCEUB5IMQ6KBDW3OG4PANCNFSM6AAAAAAVW3QT3Q. You are receiving this because you authored the thread.

bsergean avatar Mar 10 '23 21:03 bsergean