Developer Tests Apple's Fix for macOS Window-Resizing Bug in 26.3 Release Candidate
By
erickhill
Lightly toasted, lightly seasoned, mostly correct.
Summary
A developer investigates Apple's claim that a window-resizing bug in macOS 26.3 Release Candidate has been fixed. The developer created a test app to perform pixel-by-pixel scanning around window corners to detect where mouse clicks are registered for resizing, testing Apple's resolution of the issue.
Key quotes
· 4 pulledIn the release notes for macOS 26.3 RC, Apple stated that the window-resizing issue I demonstrated in my recent blog post had been resolved.
I was happy to read that, but also curious about what had actually changed.
So I wrote a little test app.
It performs a pixel-by-pixel scan in the area around the bottom-right corner of the window, hammering it with simulated mouse clicks to detect exactly where it responds to those clicks (red), where it's about
You might also wanna read
Why macOS Command-Line Tools Should Use XDG Specification Instead of Application Support for Config Files
The article argues that command-line tools on macOS should not store configuration files in ~/Library/Application Support, as this location
Why Average LLM Use Is Likely Destroying Value in Software Development
The author argues that, contrary to prevailing hype, the average use of Large Language Models (LLMs) is likely destroying value rather than
How AI Accelerated Prototyping: From Idea to Tangible in Record Time
The author reflects on how AI has transformed their prototyping workflow. Previously, the biggest bottleneck was the time needed to scaffold
GitLab 19.0 launches with Secrets Manager, agentic workflows, and self-hosted AI models
GitLab 19.0 has been released, positioning itself as an intelligent orchestration platform for DevSecOps. The release includes expanded secr
bit.ly·21h agoCentralizing Error Handling in Rust with Custom AppError Enums
This article discusses the importance of centralizing error handling in Rust applications using a custom AppError enum combined with map_err
Zig Devlog: Build System Rework Separates Maker and Configurer Processes
This devlog entry from the Zig programming language project announces a major rework of the build system, separating the maker process from
