Phew. Title says it all.
Get someone on your ignore list, then their post will be hidden from you. If you then press the magic 'show me their post' button, you'll see the post, but the mini menu of actions (like delete, report, warn) will be misaligned and you will not be able to use anything on it.
Not sure why this is happening and it took me enough time just to remember how to add things to the menus anyway. >_<
Also, there's no way to inject a per-message value into the user's mini-menu? I've added an 'ignore' option to the mini menu, and left the message id as a way to return back to the post (since it's not AJAXive and even if it was, messing around with the post (or potentially any other post of the newly-ignored user) is going to be fragile)[1]
But since I can't seem to put a per-post value into the user mini menu, I've put it in the per-post mini menu for now, which is how I found the bug.
Get someone on your ignore list, then their post will be hidden from you. If you then press the magic 'show me their post' button, you'll see the post, but the mini menu of actions (like delete, report, warn) will be misaligned and you will not be able to use anything on it.
Not sure why this is happening and it took me enough time just to remember how to add things to the menus anyway. >_<
Also, there's no way to inject a per-message value into the user's mini-menu? I've added an 'ignore' option to the mini menu, and left the message id as a way to return back to the post (since it's not AJAXive and even if it was, messing around with the post (or potentially any other post of the newly-ignored user) is going to be fragile)[1]
But since I can't seem to put a per-post value into the user mini menu, I've put it in the per-post mini menu for now, which is how I found the bug.
1. | Fetching a complete new post, maybe not so bad. But there's no way to just request an entire single post like that, e.g. how you might for AJAX quick reply. |