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
Unable to select text with mouse #1534
Comments
@Maximus5 That's good, then. Thanks for testing it! It still doesn't mark at all for me (though I can right click the tab and use edit > mark text) to do it, so maybe something is weird with my environment. I notice now it's also broken if I just run cmd.exe outside of ConEmu... I see that QuickEdit Mode is disabled there for some reason: Fixing that setting in cmd.exe / sh.exe doesn't affect ConEmu. I'll try restarting my machine and report back in a few minutes. |
Still not working. I'm not sure what to try. Edit: I will see if I can build/debug. |
I don't know what are you doing. The selection just works. And if course properties of RealConsole have no effect on selection in ConEmu. |
I'm doing what you are doing in your animation, except there's no selection. |
Show your animation |
I have the same problem. Downgrading to |
I also have the same problem. Mouse (left) does neither select nor paste with right-click. |
@dakotahawkins there is blinking on your screenshot, may this depict up/down/up/down mouse events? |
That works.
ConEmu-con-22196.log |
@Maximus5 I don't think so, I think it's probably an artifact of the capture program I used. Or do you mean the insert cursor blinking? It's just configured to blink, I think.
Also works for me
Doesn't work. Logs from second command: ConEmu-con-13596.log |
I can reproduce the issue in a debug build with my settings (but it doesn't reproduce with the default settings!). Is there anything you'd like me to look at? |
Confirmed! -- Mine was set to "Show" and setting it to "Auto" instead lets me select with my mouse. Makes sense as some of the changes between the previous version and this one related to auto-showing the scrollbar. |
It's because of this.
Trying a few things now to see if I can adjust the logic and preserve the fix for the bug that was intended to fix. |
… bar show set to "Always"
As I mentioned in the diff for #1536, there are usages of Regardless, I think it should never return |
The same issue: As @dakotahawkins and @suksit mentioned, switching Scrollbar form "Show" to "Auto" allows text selection with mouse. |
Same issue here from the last alpha update: OS verison: Windows 10 10.0.16299.402 Setting the scrollbar to |
It was fixed in 180429, kudos to @dakotahawkins |
Confirmed was broken and now fixed here as well. Thanks all. |
It's working great for me on a Win10 machine and a Win7 machine. I'll go ahead and close this since the fix is available in the new install. |
Versions
ConEmu build: 180427 x64
OS version: Windows 10 x64
Used shell version: git-bash, cmd, powershell
Problem description
Left click does nothing
Steps to reproduce
Actual results
Nothing happens
Expected results
Can select and copy text
Additional files
Settings xml
The text was updated successfully, but these errors were encountered: