Hi all,
I use a floating web view to display a locally hosted percentage calculator made with HTML, CSS, Vanilla JS.
I recently updated the design to somewhat mimic Apple's liquid glass and I'm finding that the background blur rendering does not work correctly if the web view loses focus for even a couple of seconds (i.e. my mouse isn't inside the container moving, or none of the fields are focused).
I took screenshots to show the issue, but interestingly, when I screenshot the incorrectly rendered web view, it looks fine in the screenshot. I tried to add a recording but it doesn't seem to let me post with a video, so third time lucky, I'm uploading screenshots from a recording:
[NOTE: MY TOPICS AREN'T WORKING WITH CODE/SCREENSHOTS SO I WILL UPLOAD TO A COMMENT ON THIS POST]
Device/software info:
- BTT version 6.663
- MacOS 27.0
- M4 Mac mini
Worth mentioning as well that I've checked my config (under 'actions executed' > Config/Advanced), and options that stand out here are:
- "Do NOT keep content active in background" - which has always been unchecked
- "Do NOT Autofocus Webview" - unchecked
I can't find anything else relevant.
It's a minor bug that I can live with, and I wouldn't be upset if you didn't fix it, maybe it's the intended behaviour to save RAM, I'm not sure.
Thanks!