1 min read
|
Saved February 14, 2026
|
Copied!
Do you care about this?
The article discusses a frustrating bug in Safari on iOS 26 that obscures input fields when using the datalist element. The author highlights the ongoing problems with Safari's feature implementation and expresses concerns about the need for user-agent sniffing to address the issue.
If you do, here's more
The author highlights ongoing issues with the `<datalist>` element in Safari on iOS, particularly in the latest version, iOS 26. A friend encountered a frustrating bug while searching for a song on a website. As he began typing "The Road To," a suggestion from the datalist obscured his input, making it difficult to see what he was typing. This incident underscores a recurring problem with Safari: while features may technically exist, their implementation often falls short, rendering them practically unusable.
The author expresses frustration over the need for user-agent sniffing to address the issue, a workaround he dislikes. He points out that all browsers on iOS essentially run on WebKit, complicating the detection process. Filing a bug report seems to be the only option, but he anticipates a lengthy wait for any potential fix, emphasizing the ongoing struggle developers face with Apple's inconsistent handling of web standards. The piece reflects a broader concern among web developers regarding the reliability of Safari and its impact on user experience.
Questions about this article
No questions yet.