Keeper-of-the-Keys

Results 100 comments of Keeper-of-the-Keys

But should the other examples also be added?

Just tested it on firefox 129 with htmx 2.0.2 and no, it would seem that that documentation is also inaccurate: ``` content ``` where `TAG` is any of `tr`, `li`,...

I'm rebasing and will try to see when I have time to read both pages and maybe update them more. Either way the issue is not just tables and not...

:bulb: Most of the documentation about `hx-swap-oob` assumes a `outerHTML` strategy in which case the container is maintained, but all the other strategies result in the container being stripped.

I see that someone else already got this change merged - https://github.com/bigskysoftware/htmx/commit/a1915882c9a42060e72787fc285c238f539878ff I'll try to have a look at the OOB page.

Hey @MichaelWest22 this PR was superseded by #2889 which IMHO is a much better addition to the documentation (though lacking in the department of nifty titles). As for the issue...

I'm very confused now, I just realized that the documentation **does** say that `outerHTML` and `true` are equivalent which would mean that it is the default behavior, but the documentation...

That is very strange behavior IMHO, because it makes absolutely no sense to use `hx-swap-oob` without a target css selector, so if `true` does not parse like that and falls...

Another note - in the webui when migrations fail there is no feedback to the user, it just goes back to the same screen. I checked out main it could...

I was able to "work around" this issue by removing `migrations/sqlite` and creating a symlink `sqlite > mysql`, I'm not so familiar with symfony so I'm not sure where to...