# 升级后用户无法在电脑版网站发布主题

**URL:** https://meta.discourse.org/t/users-unable-to-post-topics-on-desktop-version-of-site-after-upgrade/103251
**Category:** Bug
**Created:** [2018 年12 月 1 日 15:40 UTC](https://meta.discourse.org/t/users-unable-to-post-topics-on-desktop-version-of-site-after-upgrade/103251 "2018-12-01T15:40:02Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![AstonJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/astonj/32/215041_2.png) [@AstonJ](https://meta.discourse.org/u/AstonJ)
#### Post date: [2018 年12 月 1 日 15:40 UTC](https://meta.discourse.org/t/users-unable-to-post-topics-on-desktop-version-of-site-after-upgrade/103251/1 "2018-12-01T15:40:03Z")

</div>

This has started to happen for some users after I upgraded the forum yesterday.

They get a blank page when trying to create a new topic at the point at where you select a category - I’ve sent a force browser reset to a couple of the accounts and also upgraded the forum again so it’s now at 2.2.0.beta5 +24 but still no joy.

Any idea what’s going on? Here’s our forum thread with some additional info:

> **[Unable to create new topic when in desktop](https://elixirforum.com/t/unable-to-create-new-topic-when-in-desktop/18379)**
>
> I don’t know if this is the right category to report about this problem. When creating a new topic, input the title then select a category. When selecting a category a error on the console appears Uncaught Error: infinite rendering invalidation...

But it seems to be related to this:

> 17:50:00.436 Uncaught Error: infinite rendering invalidation detected \_ember\_jquery-07f49b58317ea9292d939348ec0091eb50a9d8aaabd9e86cc074ef5f049918aa.js:24180 Uncaught Error: infinite rendering invalidation detected

---

<div class="post-metadata">

### Author: ![AstonJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/astonj/32/215041_2.png) [@AstonJ](https://meta.discourse.org/u/AstonJ)
#### Post date: [2018 年12 月 1 日 17:31 UTC](https://meta.discourse.org/t/users-unable-to-post-topics-on-desktop-version-of-site-after-upgrade/103251/2 "2018-12-01T17:31:27Z")

</div>

Ok fixed - I hope!

This was the conflict:

```css
#reply-control.open .grippie {
    border-top:8px solid #9A54B1;
}

```

I can live without it, haha!

---

<div class="post-metadata">

### Author: ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)
#### Post date: [2018 年12 月 1 日 17:42 UTC](https://meta.discourse.org/t/users-unable-to-post-topics-on-desktop-version-of-site-after-upgrade/103251/3 "2018-12-01T17:42:20Z")

</div>

That’s very weird. And how comes it would affect only some users? 🤔

I will quickly try to reproduce next week, something seems totally unexpected here. I would guess some computation is done expecting some height of the composer, and we should make it more resilient to this kind of css change.

---

<div class="post-metadata">

### Author: ![AstonJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/astonj/32/215041_2.png) [@AstonJ](https://meta.discourse.org/u/AstonJ)
#### Post date: [2018 年12 月 1 日 17:55 UTC](https://meta.discourse.org/t/users-unable-to-post-topics-on-desktop-version-of-site-after-upgrade/103251/5 "2018-12-01T17:55:58Z")

</div>

> [@j.jaffeux](#):
>
> That’s very weird. And how comes it would affect only some users? 🤔

I think it was actually affecting all users - I hadn’t gone to the step of selecting a category so thought it was just some users. Selecting category then resulted in the same behaviour.

> [@j.jaffeux](#):
>
> I will quickly try to reproduce next week, something seems totally unexpected here. I would guess some computation is done expecting some height of the composer, and we should make it more resilient to this kind of css change.

Looking at the bar here now, I do kinda miss it on ours so that would be great if you can fix it Joffrey 😃

---

<div class="post-metadata">

### Author: ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)
#### Post date: [2018 年12 月 14 日 22:31 UTC](https://meta.discourse.org/t/users-unable-to-post-topics-on-desktop-version-of-site-after-upgrade/103251/6 "2018-12-14T22:31:51Z")

</div>

Ok once this is merged, you will be able to reapply your css modification. Thanks for providing it btw.

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

For the lore: a subpixel difference was making the body of category-chooser swinging from top to bottom positioning indefinitely. This was only possible with your css modification making the composer height different. I also took the opportunity to apply some debouncing on the computation of the position.

---

<div class="post-metadata">

### Author: ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)
#### Post date: [2018 年12 月 15 日 18:37 UTC](https://meta.discourse.org/t/users-unable-to-post-topics-on-desktop-version-of-site-after-upgrade/103251/8 "2018-12-15T18:37:28Z")

</div>



---

<div class="post-metadata">

### Author: ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)
#### Post date: [2018 年12 月 18 日 23:00 UTC](https://meta.discourse.org/t/users-unable-to-post-topics-on-desktop-version-of-site-after-upgrade/103251/9 "2018-12-18T23:00:03Z")

</div>

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