(no title)
2bitencryption | 17 days ago
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?
galad87|17 days ago
hbn|16 days ago
NO ONE CARED THAT THE WINDOW CORNER RADIUS DIDN'T MATCH AN IPAD, IT DOESN'T NEED TO
GuB-42|17 days ago
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 am not saying it is the problem, but that's the kind of thing that can happen. Or it may be a simple bug, like a crash, memory corruption, an unhandled exception, the usual stuff, but they couldn't fix it in time and it is better to revert instead of leaving the buggy code or pushing an untested fix.
blindriver|17 days ago
msephton|17 days ago
I'm more interested in how or why this bug was approved up be worked on so quickly after it was surfaced, rather than other longstanding and arguably more impactful bugs.
StilesCrisis|17 days ago
nozzlegear|17 days ago
radley|17 days ago
pdhborges|16 days ago
cardanome|17 days ago
adithyassekhar|17 days ago
unknown|17 days ago
[deleted]
anematode|17 days ago
jlaternman|17 days ago
iainmerrick|16 days ago
At some point in OS X in the switch to hardware acceleration, they started rendering windows on one screen only.
I get that you hardly ever really want a window spanning two screens, but when you accidentally misplace a window it would be handy to be able to see it on each overlapping screen so you can track it down. Right now you can put a few pixels of the title bar on the wrong screen, and the rest of the window just vanishes.
These regressions are weird given that modern hardware is vastly more powerful than a Mac II.
lobochrome|17 days ago