# Disappearing "continuing the discussion from" drafts

**URL:** https://meta.discourse.org/t/disappearing-continuing-the-discussion-from-drafts/52751
**Category:** Feature
**Created:** [November 10, 2016, 11:21am UTC](https://meta.discourse.org/t/disappearing-continuing-the-discussion-from-drafts/52751 "2016-11-10T11:21:00Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![LeoMcA](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/leomca/32/87233_2.png) [@LeoMcA](https://meta.discourse.org/u/LeoMcA)
#### Post date: [November 10, 2016, 11:21am UTC](https://meta.discourse.org/t/disappearing-continuing-the-discussion-from-drafts/52751/1 "2016-11-10T11:21:00Z")

</div>

Continuing the discussion from [Reply as new message to same recipients](https://meta.discourse.org/t/reply-as-new-message-to-same-recipients/47463):

Also found while implementing this feature.

**Steps to reproduce** :

1. Open a topic
2. Click on the date
3. Click “New Topic”
4. Start writing a post, wait for it to be saved as a draft
5. Refresh the page

**Result** :

Draft disappears

**Expected result** :

Composer window reopens with draft in it

**Bonus buggy fun** :

1. Navigate to a new topic
2. Click on the date
3. Click “New Topic”

**Result** :

Phantom draft 👻

 ![](https://global.discourse-cdn.com/meta/original/3X/c/d/cda3129456828f3b1f5fc3b717571138e9d441ac.png)

* * *

Like [the other bug](https://meta.discourse.org/t/refresh-needed-to-update-message-participants-after-removal-of-group/52651) I’ll probably have a shot at fixing this after I submit my PR, although I wouldn’t say I’m particularly confident at my ability to fix it. If no-one hears from me for a few days please send a search party.

---

<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: [November 10, 2016, 11:59am UTC](https://meta.discourse.org/t/disappearing-continuing-the-discussion-from-drafts/52751/2 "2016-11-10T11:59:03Z")

</div>

Errr this is not a bug. This is expected behavior. There is one and exactly one new topic draft available to you at any given time. (compare with literally infinite _reply_ drafts, one per every topic in the system, potentially)

You can get back to it by triggering a new topic creation.

New topic creation is _how_ you get back to your topic draft.

---

<div class="post-metadata">

### Author: ![LeoMcA](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/leomca/32/87233_2.png) [@LeoMcA](https://meta.discourse.org/u/LeoMcA)
#### Post date: [November 10, 2016, 2:17pm UTC](https://meta.discourse.org/t/disappearing-continuing-the-discussion-from-drafts/52751/3 "2016-11-10T14:17:05Z")

</div>

The trouble is, “continuing the discussion from” drafts (drafts with `draftKey = "reply_as_new_topic"`) don’t behave as other drafts do, nor as (I think) it should.

Because a picture tells a thousand words, and a thousand words still isn’t enough, this should show what I mean:

[https://global.discourse-cdn.com/meta/original/3X/1/2/12e1edc8cbfecf93b95e5e3046f5b6e06558e4e4.mp4](https://global.discourse-cdn.com/meta/original/3X/1/2/12e1edc8cbfecf93b95e5e3046f5b6e06558e4e4.mp4)

---

<div class="post-metadata">

### Author: ![LeoMcA](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/leomca/32/87233_2.png) [@LeoMcA](https://meta.discourse.org/u/LeoMcA)
#### Post date: [November 11, 2016, 12:54pm UTC](https://meta.discourse.org/t/disappearing-continuing-the-discussion-from-drafts/52751/4 "2016-11-11T12:54:20Z")

</div>

@codinghorror so you would agree this is a bug, right?

I’ve been trying to figure this out in my head, and I can’t decide, what should the fix here be?

Should `reply_as_new_topic` drafts be behave like reply drafts - because they’re replies - or like new topic drafts - because they’re new topics?

I think they should probably behave more like reply drafts - unique to a topic, and reopening when you navigate back to it.

---

<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: [November 11, 2016, 6:49pm UTC](https://meta.discourse.org/t/disappearing-continuing-the-discussion-from-drafts/52751/5 "2016-11-11T18:49:03Z")

</div>

I think it is a very rare bug for people to actually run into. Would be quite low on my priority list.

---

<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: [November 25, 2016, 5:30pm UTC](https://meta.discourse.org/t/disappearing-continuing-the-discussion-from-drafts/52751/6 "2016-11-25T17:30:07Z")

</div>

Hi Leo! Personally I am with @codinghorror on this issue. It can behave the same way as all new messages. I do think someday someone should create a drafts folder and system for managing and limiting drafts (it’s clunky to not be able to keep a few drafts going whether new or reply) but it’s not a pressing issue.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [October 31, 2019, 11:28pm UTC](https://meta.discourse.org/t/disappearing-continuing-the-discussion-from-drafts/52751/7 "2019-10-31T23:28:10Z")

</div>

Guess what … YEARS later… I fixed this.

There is much draft consistency now, if you reply as new topic it uses the draft key for the topic you are on, so you can easily return to it either from “drafts” or by visiting the topic.

We had phantom keys around till 2 weeks ago 😿

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [November 4, 2019, 7:00am UTC](https://meta.discourse.org/t/disappearing-continuing-the-discussion-from-drafts/52751/8 "2019-11-04T07:00:13Z")

</div>

This topic was automatically closed after 3 days. New replies are no longer allowed.
