Jeff Johnson

Results 30 comments of Jeff Johnson

Christmas Day, Safari 18.2 on macOS 14.7.2 ![Screenshot 2024-12-25 at 6 19 52 PM](https://github.com/user-attachments/assets/fbdb4fe7-87cf-40d0-8f03-39c9e8014a7c)

This appears to be fixed in Safari 18.

Apple's response: > Resolution:Investigation complete - Works as currently designed

Apple's response: > Collecting console entries on device in advance of a connection to a remote inspector isn't a good use of resources. Almost no devices will be connected to...

I just discovered that I filed duplicate Feedbacks FB11794189 Can't update Safari app extension without quitting Safari and FB11662156 Update app extensions from the Mac App Store without quitting Safari...

Testing with Safari 16.2, it seems to throw an exception now, which is even worse. "Invalid empty key found in array passed to storage.local.get()"

This bug does not occur with Safari web extensions on macOS.

By the way, Show scroll bars Always works as expected with the same extension in Google Chrome. I found a workaround: ``` :root { max-height: 600px; overflow-y: hidden; } body...