6 Followers
29 Following
91 Posts

Is dialog closedby a bit broken on touchscreens?

I use them for the options and links buttons on this little project.

https://storage.googleapis.com/maze-playground/game-6359710ce999ee409d180cadaf8b79fe88216833.html

It works as expected on mouse devices.

On Android Chrome and Android Firefox tapping on the backdrop activates the element beneath. So if you tap `options` and then without moving your finger tap again to dismiss it, it doesn't dismiss.

It doesn't work at all on iPhone Safari as that doesn't support the closedby attribute.

#html

Maze

To get the photos out of a brewdog photo booth video run this command:

ffmpeg -i Your\ Content.mp4 -vf fps=2 frame_%04d.jpg

This is largely a reminder for future me.

I reported a bug to Mozilla, and the team quickly triaged and fixed it. The code change was made within a week. I'm very impressed.

https://bugzilla.mozilla.org/show_bug.cgi?id=2000531

2000531 - storage.googleapis.com - Incorrect movement triggered when tapping/clicking on maze

RESOLVED (longsonr) in Web Compatibility - Site Reports. Last updated 2025-11-21.

I only need it because some brew stuff on my work laptop depends on it
Apple's privacy and security claims ring hollow when I can't upgrade Xcode without signing in.
Can you use the new Linux terminal from your work profile on #pixel phones?

Run it yourself

```
docker container run --rm -it --init -p5173:5173 docker.io/ccouzens/todo-mvc:latest
```

golang-todo-webapp/vite_version/todo-mvc-ssr at fd08c5e15918198a1614e5e059e992e102e30392 · ccouzens/golang-todo-webapp

a simple go powered website for learning and trialling an idea - ccouzens/golang-todo-webapp

GitHub
Cross document view transitions API TODO MVC no JS

YouTube
I made a TODO MVC app that animates transitions without any client side JavaScript. It's built using cross document view transitions in #css