-
Notifications
You must be signed in to change notification settings - Fork 696
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
About the fluency of the mouse on window and ubuntu. #1452
Comments
I'm not sure if it has anything to do with my Ubuntu in |
I don't think so, because it runs better in a virtual machine than in the |
Another observation is the font type you are using. You can see that the |
@tznind can you confirm that, please? With my laptop touchpad I have no issue like this one. |
Mouse wheel (on touchpad) is working great as is clicking on the up and down scroll arrows. Currently there does seem to be an issue with the scrolling via dragging the indicator but it could be related to the issues fixed in: Drag scrolling was unpredictable and bit messed up. Its like once you start dragging the scroll bar and lift up the mouse on another control it misses that and keeps on thinking you are dragging scroll around even though no mouse buttons are pressed. Edit: Have tried on your clipboard-fix branch and not seeing different behavior so probably not related to that PR |
On touchpad it's needed to do a double click to anchor the mouse and then move up and down. |
Which driver are you using in this video? |
This was the CursesDriver ( or are you talking to 625?) |
Sorry, I was talking to you @tznind. |
Did you did this @tznind ? |
Ok have tried double click, it works sometimes. It seems to want to click on exactly the edge of the scroll indicator (if the scroll indicator covers 4-5 lines only 1 of those console cells will trigger the dragging working). Also it feels a bit unatural to have to double click but I appreciate that it is a limitation of curses/linux that causes this. To me click and drag is a 'nice to have' not a must have. There are always going to be environments and setups where it doesn't work properly. |
@tznind do you know why I'm getting the following error if running dotnet without sudo on |
Could be this? dotnet/core#4446 |
Well, for me the |
@tznind I also having the same issue on
When I do a
I know it's recommended to clone the repository into |
Hmn... Its possible there are stale files. Have you tried Its also possible that nuget is restoring the 'wrong' OS files if your nuget cache is also in the project/shared folder (See https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-nuget-locals for clearing that).
Your solution sounds cool if you can get it to work. Otherwise you could use the git patch system to avoid having to commit to your fork. But it would be a bit of a pain. You might also run into issues with line endings currently where linux will use |
Thanks for your feedback.
I do a clean always I changing from
This issue is only happening with the current dotnet version
I already have seen that but it is painful to maintain, because sometimes I'm doing changes from
This is minor of the problem because My guessing: |
Have you tried building to a fresh directory e.g.
If the output directory is completely seperate and not a shared location that might help? I'd also make sure theres nothing in the Windows machine that might be looking at the folder while it is building in linux (make sure file explorer isn't in that folder or any powershell/terminals have that as current directory). I imagine if antivirus too was watching the disk while it is building in another OS that could cause issues. You could try running procmon or a similar tool to watch for file activity in the folders from windows while it was building in linux. But since it only happens with a specific version of the dotnet sdk it could be some kind of race condition or parallel build issue. Does it happen using dotnet build at the root of the project only? or are you able to replicate it building in the |
You indicated a
No I haven't nothing in the
I already seen in the antivirus log and hasn't nothing indicating it was blocked something. So, I think there is no need to install some monitoring for that.
I think so too. The problems related with this issue I seen on the internet is from the
I can build inside each project but executing For now I cloned my own |
@tznind can you confirm that the mouse movement is not working on the clipboard-fix. In the |
For me everything mouse is working on that branch. Scroll bar dragging (with or double-click or mouse down and drag) is working too but can be a bit hit or miss (sometimes it flashes a bit, sometimes it doesn't seem to want to scroll). But I think its basically fine.
My keyboard is |
I reinstalled the |
@tznind I installed the Edit: |
Do you have |
Nope I don't have |
I still having this issue running the |
Finally I figured out the |
About the |
@625781186 do you still have this issue with the current main branch? |
Closing due to lack of response from @625781186 |
No , the problem still exists. |
On Edit: With WSL is more complicated because nothing work, only the button pressed and the single click, by double clicking. |
@BDisp At present, this bug but the following problems still exist :
|
Are you using a mouse or the laptop touchpad? |
On win10 , Its mouse fluency is perfect .
On Ubuntu1804 , click and scroll lose or become dull.
On win10 , WheelUp is right ;
On Ubuntu1804 , WheelDown and WheelUp seem error , became Button4Pressed,
The text was updated successfully, but these errors were encountered: