# Quote Reply Issues

**URL:** https://meta.discourse.org/t/quote-reply-issues/145294
**Category:** Bug
**Created:** [March 23, 2020, 7:50pm UTC](https://meta.discourse.org/t/quote-reply-issues/145294 "2020-03-23T19:50:27Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![csandstedt](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/csandstedt/32/170079_2.png) [@csandstedt](https://meta.discourse.org/u/csandstedt)
#### Post date: [March 23, 2020, 7:50pm UTC](https://meta.discourse.org/t/quote-reply-issues/145294/1 "2020-03-23T19:50:27Z")

</div>

Our install (2.5.0.beta2) is having a couple of issues with the quote feature in replies:

Issue 1 - The quote is working intermittently. Users are experiencing times when the quote shows up briefly and then disappears upon replying. I’ve seen this behavior myself but it is difficult to reproduce consistently.

Issue 2 - Quoting a reply that itself is a quote does not return the proper author in the parent quote. Please see the example provided here:  
[https://www.analystforum.com/t/quoting-previous-posts/130953/6](https://www.analystforum.com/t/quoting-previous-posts/130953/6)

Any ideas what might be causing these issues?

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [March 23, 2020, 7:56pm UTC](https://meta.discourse.org/t/quote-reply-issues/145294/2 "2020-03-23T19:56:55Z")

</div>

> [@csandstedt](#):
>
> Issue 1 - The quote is working intermittently. Users are experiencing times when the quote shows up briefly and then disappears upon replying. I’ve seen this behavior myself but it is difficult to reproduce consistently.

That is a built-in feature. When an immediate reply quotes the whole post just above it is removed by the system. Clicking on the Edit Pencil will show you why.

> [@csandstedt](#):
>
> Issue 2 - Quoting a reply that itself is a quote does not return the proper author in the parent quote. Please see the example provided here:

This is completely client-side. Only happens if you try to select a post with a quote to quote and not when using the dedicated quote button on the composer. Also the quoted post must start with a quote for this to happen.

Looks to be a regression on the recent work on this area. Any ideas @vinothkannans?

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [March 23, 2020, 8:04pm UTC](https://meta.discourse.org/t/quote-reply-issues/145294/3 "2020-03-23T20:04:42Z")

</div>

Yes, it should be a recent bug. I will check the reason.

---

<div class="post-metadata">

### Author: ![csandstedt](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/csandstedt/32/170079_2.png) [@csandstedt](https://meta.discourse.org/u/csandstedt)
#### Post date: [March 23, 2020, 8:31pm UTC](https://meta.discourse.org/t/quote-reply-issues/145294/6 "2020-03-23T20:31:07Z")

</div>

> [@Falco](#):
>
> That is a built-in feature. When an immediate reply quotes the whole post just above it is removed by the system. Clicking on the Edit Pencil will show you why.

Thanks for that background. I was not aware of that feature but it makes sense now.

> [@vinothkannans](#):
>
> Yes, it should be a recent bug. I will check the reason.

Thanks for looking into this!

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [March 28, 2020, 4:56pm UTC](https://meta.discourse.org/t/quote-reply-issues/145294/7 "2020-03-28T16:56:25Z")

</div>

> [@csandstedt](#):
>
> Issue 2 - Quoting a reply that itself is a quote does not return the proper author in the parent quote. Please see the example provided here:

Below commit should resolve this issue.

[https://github.com/discourse/discourse/commit/7a32a995953db70c778f69a9f69a6e5c7f96463e](https://github.com/discourse/discourse/commit/7a32a995953db70c778f69a9f69a6e5c7f96463e)

---

<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: [March 29, 2020, 3:08am UTC](https://meta.discourse.org/t/quote-reply-issues/145294/8 "2020-03-29T03:08:35Z")

</div>


