# 編集を破棄するゴミ箱アイコンが少し変に思える

**URL:** https://meta.discourse.org/t/trash-icon-to-discard-an-edit-doesnt-seem-quite-right/84034
**Category:** UX
**Created:** [2018 年 3 月 28 日午前 11:16 UTC](https://meta.discourse.org/t/trash-icon-to-discard-an-edit-doesnt-seem-quite-right/84034 "2018-03-28T11:16:11Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![mcwumbly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mcwumbly/32/103861_2.png) [@mcwumbly](https://meta.discourse.org/u/mcwumbly)
#### Post date: [2018 年 3 月 28 日午前 11:16 UTC](https://meta.discourse.org/t/trash-icon-to-discard-an-edit-doesnt-seem-quite-right/84034/1 "2018-03-28T11:16:11Z")

</div>

I like the new trash icon for discarding a new topic or new post. But it doesn’t feel like quite the right fit when discarding an edit, as it makes it seem like they post may be deleted.

 ![Screenshot_20180328-041310](https://global.discourse-cdn.com/meta/original/3X/1/a/1a665316c0ce3361fa5fb345c0c52b7f994aef29.png)

Maybe in the edit scenario it should be an X icon instead?

---

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [2018 年 3 月 28 日午後 2:16 UTC](https://meta.discourse.org/t/trash-icon-to-discard-an-edit-doesnt-seem-quite-right/84034/2 "2018-03-28T14:16:40Z")

</div>

I agree. Cool trash can, but maybe an X is better.

I often start a post on one device and then log in using another to finish it, and then when I return to the first device my draft is still open from before. I know from experience that hitting the trash can is the action I want to dismiss the composer without saving further changes, but it does feel wrong to do so. I’d rather select an X than a trash can in this case.

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [2018 年 3 月 28 日午後 3:03 UTC](https://meta.discourse.org/t/trash-icon-to-discard-an-edit-doesnt-seem-quite-right/84034/3 "2018-03-28T15:03:40Z")

</div>

I noticed this as well the other day on mobile. “Trash” absolutely feels ambiguous **with an edit** - am I trashing the post I’m editing, or am I just cancelling the edits I’ve made (and leaving the post). I like the idea of an ❌ for edits, trash for drafts (in grey of course). cc @awesomerobot

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2018 年 3 月 28 日午後 11:42 UTC](https://meta.discourse.org/t/trash-icon-to-discard-an-edit-doesnt-seem-quite-right/84034/4 "2018-03-28T23:42:34Z")

</div>

> [@mcwumbly](#):
>
> Maybe in the edit scenario it should be an X icon instead?

> [@jomaxro](#):
>
> “Trash” absolutely feels ambiguous with an edit

Yeah we should have path-specific code here that offers a different “close” glyph for edit @techapj. We already do this for the “Submit” button which shows different words and different glyph for edit versus initial post.

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [2018 年 3 月 29 日午前 12:49 UTC](https://meta.discourse.org/t/trash-icon-to-discard-an-edit-doesnt-seem-quite-right/84034/5 "2018-03-29T00:49:05Z")

</div>

There’s already an `{{if canEdit}}` in the template, easy update.

[https://github.com/discourse/discourse/commit/6e569e5bfd5fcbf90f2dd3aa336b4a982d954a08](https://github.com/discourse/discourse/commit/6e569e5bfd5fcbf90f2dd3aa336b4a982d954a08)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2018 年 3 月 29 日午前 12:49 UTC](https://meta.discourse.org/t/trash-icon-to-discard-an-edit-doesnt-seem-quite-right/84034/6 "2018-03-29T00:49:21Z")

</div>


