-
Notifications
You must be signed in to change notification settings - Fork 77
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
windows版本,全屏之后再退出全屏模式,窗口大小会被重置 #480
Comments
我这里复现率百分之百啊,目前全屏模式下,想要不用动左手按快捷键,想切到其他软件或者最小化真的挺折磨的,F11-窗口变小-点最大化复原-再点最小化。。。
不是最大化吧,全屏模式下没有系统任务栏呀。全屏的时候也保留右上角的“最小化 关闭”按钮,可以让软件依然拥有鼠标点一下就最小化/退出的能力,鼠标流的福音
这个问题的根源之一,就是不想(左手)按快捷键,所以快捷键尽量靠右比较好,可能F12最小化好一点,F9有点靠左 F10在中间不好点。。能自定义是最棒啦 |
是提供最大化/最小化/全屏这个功能的插件有bug,做不到在最大化的情况下全屏。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
复现步骤 / Step to reproduce
1.以非全屏模式,窗口最大化打开软件。 此时状态为图1:
2.系统的任务栏有点碍事,全屏显示区域大一点,按F11进入全屏,此时状态为图2:
3.想要在全屏模式下离开软件,不想左手操作win+d或者alt+tab,右上角没有可点击的最小化按钮,于是按F11退出全屏
,此时窗口大小被重置,复现率百分之百:
预期行为 / Expected behaviour
退出全屏后,窗口应该保持进入全屏前的大小。
实际行为 / Actual Behaviour
退出全屏后,窗口变成了一个固定的,被重置的大小
应用日志 / App logs
🐛 Init LogService success
🐛 Init LocalConfigService success
🐛 Init NetworkSetting config success
🐛 Init UserSetting config success
🐛 Init EHSetting config success
🐛 Init PathService success
💡 systemProxyAddress: 127.0.0.1:7890
🐛 Init EHRequest success
🐛 Init JHRequest success
🐛 Init StorageService success
🐛 Init DownloadSetting config success
🐛 Init SuperResolutionSetting config success with default
🐛 Init LocalBlockRuleService success
🐛 Init FavoriteSetting config success
🐛 Init AdvancedSetting config success
🐛 Init MouseSetting config success with default
🐛 Init PreferenceSetting config success
🐛 Init PerformanceSetting config success with default
🐛 Init ReadSetting config success
🐛 Init SecuritySetting config success with default
🐛 Init SiteSetting config success
🐛 Init StyleSetting config success with default
🐛 AppUpdateService fromVersion: 12, toVersion: 12
🐛 Init AppUpdateService success
🐛 init Gallery groups: []
🐛 Gallery download task count: 0
🐛 start download executor
🐛 Init GalleryDownloadService success
🐛 init Archive groups: []
🐛 Archive download tasks count: 0
🐛 Init ArchiveDownloadService success
💡 Refresh local gallerys, preCount:0, newCount: 0, timeCost: 0ms
🐛 Init LocalGalleryService success
🐛 Init CloudConfigService success
🐛 Init FrameRateService success
🐛 Init HistoryService success
🐛 Init IsolateService success
🐛 Init QuickSearchService config success with default
🐛 Init ScheduleService success
🐛 Init TagTranslationService success
🐛 Init SearchHistoryService config success
🐛 Init SuperResolutionService success
🐛 Init TagSearchOrderOptimizationService success
🐛 Init VolumeService success
💡 Init WindowService success
🐛 Init WindowService success
🐛 Init MyTagsSetting success
💡 PopularPageLogic get data, prevGid:null, nextGid:null
🐛 NetworkSetting afterBeanReady success
🐛 UserSetting afterBeanReady success
🐛 EHSetting afterBeanReady success
🐛 DownloadSetting afterBeanReady success
🐛 SuperResolutionSetting afterBeanReady success
💡 Fetch favorite setting from EH
🐛 FavoriteSetting afterBeanReady success
🐛 AdvancedSetting afterBeanReady success
🐛 MouseSetting afterBeanReady success
🐛 PreferenceSetting afterBeanReady success
🐛 PerformanceSetting afterBeanReady success
🐛 ReadSetting afterBeanReady success
🐛 SecuritySetting afterBeanReady success
💡 Fetch site setting from EX
🐛 SiteSetting afterBeanReady success
🐛 StyleSetting afterBeanReady success
🐛 QuickSearchService afterBeanReady success
💡 Fetch tag translation data from github
🐛 SearchHistoryService afterBeanReady success
💡 refresh MyTagsSetting
💡 Maximized window
💡 Tag translation data downloaded
💡 Tag translation data is up to date, timestamp: 2024-07-31T12:14:20.000Z
💡 refresh default tag set success, length: 6
💡 Fetch site setting from EX success
💡 Fetch favorite setting from EH success
💡 Clear outdated image cache success, count: 0
🐛 App is hidden
🐛 App is shown
🐛 App is hidden
🐛 App is shown
💡 Restored window
💡 Enter full screen
🐛 App is hidden
🐛 App is shown
💡 Leave full screen
🐛 App is hidden
🐛 App is shown
🐛 App is hidden
应用设置 / App Settings
No response
备注 / Addition details
No response
JHenTai 版本号 / JHenTai version
目前用的最新v8.0.0+248,但是自从有全屏功能之后,我一直是这种体验。。一直能复现
操作系统版本 / operating system version
windows11 x64稳定版
设备型号 / Device model
PC x64
自查步骤 / Verify steps
The text was updated successfully, but these errors were encountered: