SchizoDuckie / DuckieTV

A web application built with AngularJS to track your favorite tv-shows with semi-automagic torrent integration
http://schizoduckie.github.io/DuckieTV/
Other
1.12k stars 272 forks source link

[nightly-202401180913] can't move window using title bar #1406

Closed ilike2burnthing closed 5 months ago

ilike2burnthing commented 8 months ago

What build of DuckieTV are you using (Standlone / Chrome Extension (New Tab / Browser Action)) Standalone

What version of DuckieTV are you using (Stable 1.1.x / Nightly yyyymmddHHMM) Nightly 202401180913

What is your Operating System (Windows, MacOSx, Linux) Windows 10

Describe the problem you are having and steps to reproduce if available

Attach any DuckieTV statistics or Developer Console logs if available ...

garfield69 commented 8 months ago

There is no title bar as the window is frameless. Those min/max/close buttons on the top right are not the win10 frame buttons but glyphicon hardcoded in the tabs.html I forget the reason we dont use regular windows, I expect it was to gain more real-estate for presentation.

ilike2burnthing commented 8 months ago

Ah kk, well the top of the window then. It was previously clickable and dragable, it no longer is as of yesterday's release.

garfield69 commented 8 months ago

ok. i did switch NWJS to 0.83.0 (chromium 120) from 0.81.1 (chromium 118) in the latest build so it could be a fallout or regression from that. I'll see if there is any tickets open for it on nwjs but lately there has been little ticket solving there, other than the regular bumping of version to import the latest nodejs and chromium updates.

garfield69 commented 8 months ago

possible that https://github.com/nwjs/nw.js/issues/8153 is relevant.

ilike2burnthing commented 8 months ago

Looks it.

garfield69 commented 8 months ago

I'll test reverting the nwjs back to 0.81 and check that the installer does not cause an issue on my sandbox for ubuntu and win10. Sometimes upgrading chromium can cause backward compatibility error messages, so touch wood that we don't get one of those situations where we have to wait for the nwjs ticket to be solved with the next nwjs release.

garfield69 commented 8 months ago

https://github.com/DuckieTV/Nightlies/releases/tag/nightly-202401191752

ilike2burnthing commented 8 months ago

Ta, working well.

garfield69 commented 7 months ago

https://github.com/nwjs/nw.js/issues/8153#issuecomment-1940039796

Awaiting the release of NWJS 0.85.0 with chromium 122 for the window drag fix.

garfield69 commented 5 months ago

should be resolved with https://github.com/DuckieTV/Nightlies/releases/tag/Nightly-202404110853 which uses NWJS 0.86 with Chromium 123