# 内部 Onebox 链接导致页面完全刷新

**URL:** https://meta.discourse.org/t/internal-onebox-links-cause-full-page-reload/96938
**Category:** Bug
**Created:** [2018年九月11日 09:37 UTC](https://meta.discourse.org/t/internal-onebox-links-cause-full-page-reload/96938 "2018-09-11T09:37:16Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [2018年九月11日 09:37 UTC](https://meta.discourse.org/t/internal-onebox-links-cause-full-page-reload/96938/1 "2018-09-11T09:37:16Z")

</div>

If I link to a topic:

```test
https://meta.discourse.org/t/chatroom-integration-plugin-discourse-chat-integration/66522?u=david

```

> [@Discourse Chat Integrations](https://meta.discourse.org/t/chatroom-integration-plugin-discourse-chat-integration/66522):
>
> information_source Chat Integration is for using an external chat system together with Discourse — you may be looking for [Discourse Chat](https://meta.discourse.org/t/discourse-chat/230881) which adds Chat functionality directly to Discourse. discourse2Summaryopen_bookInstall Guide The Discourse Chat Integration plugin lets you send messages in your preferred chat platform when something happens in Discourse. Messages can be triggered by: New topics New replies Messages to a group Mentions of a group Functio…

Clicking the title in the onebox results in a full page reload. For some reason the link isn’t being intercepted by Ember correctly.

Inline oneboxes seem to work fine: [Discourse Chat Integrations](https://meta.discourse.org/t/chatroom-integration-plugin-discourse-chat-integration/66522)

---

<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年九月12日 19:32 UTC](https://meta.discourse.org/t/internal-onebox-links-cause-full-page-reload/96938/3 "2018-09-12T19:32:47Z")

</div>

This bug is also breaking right clicks. Normally you could right click the title to open in a new tab, copy, etc. Instead, right clicking causes a full reload too.

---

<div class="post-metadata">

### Author: ![nbianca](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nbianca/32/157984_2.png) [@nbianca](https://meta.discourse.org/u/nbianca)
#### Post date: [2018年九月20日 08:07 UTC](https://meta.discourse.org/t/internal-onebox-links-cause-full-page-reload/96938/4 "2018-09-20T08:07:36Z")

</div>

It should be fixed by:

[https://github.com/discourse/discourse/pull/6419](https://github.com/discourse/discourse/pull/6419)

---

<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年十月2日 05:23 UTC](https://meta.discourse.org/t/internal-onebox-links-cause-full-page-reload/96938/5 "2018-10-02T05:23:58Z")

</div>


