John Gehrig

Results 154 comments of John Gehrig

Do you have the ability to build from source? Could you apply the following patch, and report back with the output? ``` patch --- a/src/gui/shell.cpp Thu Oct 15 18:01:11 2020...

I also see some issues in `master` around scroll event position: ``` QWheelEvent QWheelEvent(Qt::NoScrollPhase, pixelDelta=QPoint(0,0), angleDelta=QPoint(0,80)) "< 35.2222,%4>" ``` It looks like Qt has changed to floating point QWheelEvents and...

Let's try to fix this issue. Can anyone provide me with some more debug output from build #797? (I don't have access to MacOS hardware) 1. Build the PR above....

@Mathijs-Bakker Release builds don't have `qDebug()` output. You should see the output if you change Line 4: `cmake -DCMAKE_BUILD_TYPE=Debug` I assume you see the reversed scrolling behavior? If so, thanks...

@korya > Is there an option to invert it? No, there is no option to invert the scrolling. I cannot reproduce the issue... First we need to understand what is...

@zoumi Do you have more details? I'd like to understand what specific steps you are doing, and the platform you are running. I'm not sure which is happening: 1. If...

Thanks for the detailed steps. I wouldn't have guessed this scenario from your original description. I'm not sure of a good way to fix this? Unfortunately, `neovim-qt` doesn't have any...

Patch: [patch.txt](https://github.com/equalsraf/neovim-qt/files/7222911/patch.txt) No quite working... The mouse event is processed after the drop is handled. Darn! We could add a small delay but that is very hacky.

@Furkanzmc Yes. Although if you have disabled mouse support, I would also expect Drag-Drop to be disabled too. (Not currently the case, probably would fix when/if I make these changes).

Can you provide more info? A GIF screen recording would be very helpful. Alternatively, you can provide a set of steps and `-- -u minimal.vim' configuration. What did you do...