Bas
(Bas van Leeuwen)
1
The your topic is similar to… banner:
Has class="composer-popup hidden similar-topics ember-view"
This kind of clashes with an assumption that a dev on our side made, namely that everything with .hidden should be … hidden 
So he put a
.hidden {
display: none !important;
}
in the CSS somewhere.
Could be nice not to put class=hidden on things that should not be hidden 
Hmm not sure, perhaps @Johani could have a look… low priority.
Bas
(Bas van Leeuwen)
3
Indeed, didn’t expect this to be a Prio 1 
这个问题在某个 bug 中提到了吗?
我目前正在运行 Discourse 2.6.0.beta2,但“相似主题”视图从未显示出来。
通过开发者工具检查发现,加载相似主题的请求已发出,并且 similar-topics div 已填充了内容。然而,它拥有 hidden 类,导致通过 helpers.scss 应用了 display:none !important;。
因此,我的用户永远无法看到相似主题,从而导致这里那里出现重复的主题。
michaeld
(Michael - Communiteq)
7
我也可以在 meta 上复现此问题,看来确实是一样的。