YouTube-Music
YouTube-Music copied to clipboard
Search box is now part of the title bar, causing issues with selecting text via mouse
If you try to double click text in the search bar to select all, it maximizes the window. If you try to drag-select text, it moves the app window. I'm guessing this came from https://github.com/steve228uk/YouTube-Music/pull/151
Oh no. Yeah that sounds like that other PR introduced a regression. 😅
Should we revert?
/cc @atom2ueki
@jscheel @TimOliver
yes, there is an priority issue in-between search view and NSView action
https://github.com/steve228uk/YouTube-Music/blob/ad51b3ad98779e31cc73940597c6eac1b2ed1dfb/YT%20Music/Controllers/ViewController.swift#L81
https://github.com/steve228uk/YouTube-Music/blob/ad51b3ad98779e31cc73940597c6eac1b2ed1dfb/YT%20Music/Controllers/ViewController.swift#L154
these 2 places height previously was 20, when it increased to 64, NSView action will take a higher priority, I will raise a PR revert it back later
@TimOliver Shall we close this ticket?
Sounds good. :)