Can't edit multiple posts at once
Closed this issue · 6 comments
This has been an issue from the beginning that was partially solved in 1.0 (though the fix was convoluted and only half-functional).
In 2.0, it's gone entirely, so this issue should serve as a reminder: when inline editing, you can only use the button while editing one question or answer, and after you submit or cancel, the button will not appear if edited.
Same thing, I could get that fixed once a copy of the inline editing page's DOM is posted. I don't think I have access to that feature.
My new pull request doesn't support multi-line editing yet but it is extensively optimized for it.
Lets close this, there's another issue that covers it (in-line and multi-post editing are pretty much the same issue if I understand correctly)
@jt0dd Technically, yes, but they used to be different problems to solve (although I'm not sure that they still are in your new version).
@AstroCB with my most recent pull request they are very much the same issue to solve, albeit a substantial one. I did ensure though, that the infrastructure was optimized for it, even geared toward it.
Fair enough.