MzKeek wrote:
I agree that if you’re spending $1200 on a telephone, it should work without a “glitch.“.
That is a very naive view. In any software that’s more than a few lines of code there will be bugs. A system the size of iOS (millions of lines of code) at any given time has thousands of bugs, even in the released version. Some of these bugs have been identified and cataloged, and some of them are currently unknown and may or may not become evident at some point in the future. The known bugs are sorted by severity, and the ones most likely to impact use of the product get the highest priority. But any complex software is released with known bugs that have not been fixed because they do not impact normal operation of the product. This is one of them, because it does not affect operation of the phone in any way; it is purely cosmetic. Critical, newly discovered bugs that are related to security are fixed quickly; iOS 14.4.1 was released specifically for this reason. Less critical bugs wait for the next scheduled update, which is beta tested for weeks or months before being released to everyone.
Anyone following the thread has seen email notifications of posts from other users that report that it will be fixed soon. Those posts have been removed from the thread by the moderators, because they revealed details that those users were not authorized to published due to their non-disclosure agreement with Apple.
A detail worth mentioning is that any time you fix a bug there is a probability that you will introduce a new bug in the process. In a well managed development process this probability is low, but it still exists. Thus, frequently an unobtrusive bug or one that occurs very rarely is not fixed, just because of this risk.