The delete and edit buttons move around

The delete and edit buttons move around

Please make it stop by putting the delete button on the left instead of the right, where the edit is. Also color delete red.

Better location and color:

However, that might confuse people who are used to the buggy-like behavior, so this would probably be better:

It’s like those pinpads we have at Kroger “blah blah blah” No “Would you like cash back?” No “Amount okay” No… WAIT ARGGGGG “Cashier can u restart plz”

We have done extensive testing and have consulted with several noteable UX experts, and we have concluded that there is a 5.4% increase in user satisfaction with a readily accessible delete button.

In all seriousness though I wasn’t aware that changed. Did you have a delete button prior to the move, and if so where was it?

I agree…
I may or may not of had to re-upload 10 files and 3 paragraphs or writing in a thread…

Edit for Ninjaed post:
We had the delete button there before the move. Nothing new.

Wasn’t the old delete button beneath the quick reply button

[quote] We have done extensive testing and have consulted with several noteable UX experts, and we have concluded that there is a 5.4% increase in user satisfaction with a readily accessible delete button.

In all seriousness though I wasn’t aware that changed. Did you have a delete button prior to the move, and if so where was it? [/quote]

Check the spoilered image

[quote]
External Media
[/quote]

It lines up with the edit button and replaces its position. I don’t know about the delete button’s history and I didn’t reference it d:

I’m concerned about its here-and-now, and right now it’s being sneaky and makes the other buttons move. Actually, scratch moving its position. Please change its color to vibrant red <:

It’s not new - it only appears for a certain amount of time after the post is made.

I agree with turning it red, and in addition maybe add a confirmation?

To be precise, you can only delete your post if it’s the newest post. Once someone else replies, the button goes away.

This is still plaguing me. Updated original post to be more precise + 4 new images.

I’ve done this twice now, the first time I thought my post just mysteriously disappeared, the 2nd I noticed I clicked delete instead of edit.

For now I’ve just removed the delete button entirely. I’ve never needed to delete a post.

Stylish:
Adblock rule: developer.roblox.com##.kicon-button.kbuttonmod.btn-left:nth-child(5)

@-moz-document domain("developer.roblox.com") {

a.kicon-button:nth-child(5) {
	display: none !important;
}
}