sln162

Results 4 issues of sln162

1、软件的位置,各种窗口弹出来应该是在居中位置。StartPosition改成CenterScreen 2、按钮和输入框的焦点问题,比如设置解锁的时候,默认的焦点是第一个输入密码框,使用Tab按键, 应该切换到第二个密码输入框,回车键应该自动是触发继续的按钮。 3、锁定和解锁的提示可以不需要,也可以出一个配置选项,勾选后则不再提示,窗口立即消失。 4、应该有个ComboBox,选择语言,默认是汉语,也可以选英文,毕竟没多少,汉化很轻松,对于国内来说,不是每个人都是程序员,即使都懂这么简单的英文,但也会不习惯。 5、其他的暂时不提了,主要都是细节的体验上面的问题,做了会更好,个人建议。

enhancement

在WebSocket.NoSilverlight.cs的类中,查看定义为SslProtocols.Defaul,但SslProtocols.Defaul已经被标记为过时: https://docs.microsoft.com/zh-cn/dotnet/fundamentals/code-analysis/quality-rules/ca5397?view=vs-2019 经过测试,可以用以下字符串代替: (SslProtocols)192 | (SslProtocols)768 | (SslProtocols)3072 尝试过使用SslProtocols.Tls12,但如果用户电脑只安装了.net4.0,例如win7,并没有安装更高版本的.net 4.5/4.7之类的,会出现错误,所以直接用 (SslProtocols)192 | (SslProtocols)768 | (SslProtocols)3072,就不会有问题,默认也用Tls1.2连接。 经过在xp、win7、win10,测试,服务器抓取日志,一切正常。

### Please make sure of the following things - [X] I have read the [documentation](https://alist.nn.ci). 我已经阅读了[文档](https://alist.nn.ci)。 - [X] I'm sure there are no duplicate issues or discussions. 我确定没有重复的issue或讨论。 - [X]...

bug

It has been unable to install, and later found the problem by checking the log, [MicrosoftEdgeUpdate(1).log](https://github.com/MicrosoftEdge/WebView2Feedback/files/10334301/MicrosoftEdgeUpdate.1.log) Hidden system files appear in the Microsoft folder: Edge, EdgeUpdate, EdgeWebView, Temp, these are...

bug
tracked
priority-low