The interesting part, for anyone who actually reads the article - the change was fixed in an RC and then reverted in the final release. Which implies there was some regression, some issue, some incorrect behavior or negative impact. One has to wonder… what could it have been? What could the issue with having a more accurate clickbox for the corner of the window possibly be?
Resizing windows on macOS Tahoe – the saga continues
91–100 of 547 posts
Re: Resizing windows on macOS Tahoe – the saga continues
#92I’m a Windows guy, but was given a MacBook for my current job. Fair enough. But I laugh at how horrendous such a simple thing as resizing windows is. Want Slack to take up the right third of a screen then fill the rest with browser? In Windows, it takes 2 seconds. Not on Mac. I have to resize the window myself? There’s no auto-snap? I’m sure someone will buzz in with some hidden way to do it. ‘Hold cmd-shft-9 then sa…
Re: Resizing windows on macOS Tahoe – the saga continues
#93Since we talk resizing windows, for months I was _sometimes_ unable to resize windows at all, and couldn't figure out why. I thought it was a random bug of macOS. Finally I realized the issue: if a window spans across two displays, it won't resize. Insane! (I have an external monitor up, laptop down, and it's easy to move a window such that it stretches a few pixels from monitor to the laptop. No resize for you!)
Re: Resizing windows on macOS Tahoe – the saga continues
#94Earlier quoted context omitted.
The mac desktop works on a totally different paradigm than the Windows-like model most other desktops have adopted. It’s built around not managing windows and instead letting them be whatever size fits their content and pile up like papers on a desk, complete with having relevant bits of some windows peek out from underneath other windows. For those it works for, it works really well. For those who came from windows…
That used to be the case, but in 10.7 they changed the green window button from being "zoom" (snap the window to fit its content) to "fullscreen". They let you change the default behavior back to zoom for a few years but seem to have gotten rid of that setting. You can still access the zoom behavior by option-clicking the green button, but on basically every program I've tried, zoom just means "maximize" like on Wind…
Re: Resizing windows on macOS Tahoe – the saga continues
#95I’ve tried many apps for window resizing on Mac, and none feel like they’re nearly as good as FancyZones (the PowerToys module for Windows). I don’t want secret squirrel key combos. I don’t want hot corners. I want two things: - Predefined zones à la FancyZones - Tied edges (there’s surely a better term for this) so that I can grab the edge between two apps and have them both resize together (one gets smaller as the…
Re: Resizing windows on macOS Tahoe – the saga continues
#96Steve Jobs is rolling in his grave.
Mac has always had horrible window management. Made worse because applications and windows are a separate concept. Used to seem clever but in the world of multiple workspaces it's a terrible decision. Now it's even worse trying to manage multiple llms and projects.
Is this the reason why "closed" applications still show up in cmd+tab?
Re: Resizing windows on macOS Tahoe – the saga continues
#97This is a design flub which we are told Jobs simply wouldn't have let out the door. The Jobs who made people shave 50ms off boot times. The Jobs who demanded the no button mouse. I get the cult of Steve is a bit oversold but the proprietor liked to check the finish on the car rolling out the end of the line and if his fingers felt a rough edge on a panel he had no compunction stopping the production line to find the…
Re: Resizing windows on macOS Tahoe – the saga continues
#98Earlier quoted context omitted.
I feel like anyone reading that, and thinking that is a reasonable/intuitive design, may be quite far down the rabbit-hole. It reads like a parody.
It’s significantly worse than I even imagined.
I'm not even saying Mac is superior here, just that there's a quick way to do full screen splits
Re: Resizing windows on macOS Tahoe – the saga continues
#99Re: Resizing windows on macOS Tahoe – the saga continues
#100The interesting part, for anyone who actually reads the article - the change was fixed in an RC and then reverted in the final release. Which implies there was some regression, some issue, some incorrect behavior or negative impact. One has to wonder… what could it have been? What could the issue with having a more accurate clickbox for the corner of the window possibly be?
It can be some technical detail. For example: imagine you have 2 windows, the lower right corner of one window almost touching the upper right corner of the other, so that the bounding rectangles overlap but the graphics don't. With the inaccurate "false square" corners, you just had to check the bounding rectangles, to know which window to resize, now you have to check the actual graphics (or more likely, a mask). I…